Unbreak pip so it can install most Python packages in venv correctly without having to use Distrobox or Toolbx: Difference between revisions

From Pengwings
Created page with "You have to layer the Python 3 development stuff, yes I know you shouldn't, oh no sudo rpm-ostree install python3-devel systemctl reboot"
 
No edit summary
Line 1: Line 1:
You have to layer the Python 3 development stuff, yes I know you shouldn't, oh no
You have to layer the Python 3 development stuff, yes I know you shouldn't, oh no!
 
Honestly this package should be included as part of the distro, why provide pip but not python3-devel?
 
  sudo rpm-ostree install python3-devel
  sudo rpm-ostree install python3-devel
  systemctl reboot
  systemctl reboot

Revision as of 17:43, 8 February 2026

You have to layer the Python 3 development stuff, yes I know you shouldn't, oh no!

Honestly this package should be included as part of the distro, why provide pip but not python3-devel?

sudo rpm-ostree install python3-devel
systemctl reboot