guitarrapc / local-provisioner

local development env provisioner for Ubuntu, Raspi, macOS and Windows.
MIT License
16 stars 2 forks source link

feat: change pip3 to pipx for Ubuntu 24.04 #54

Closed guitarrapc closed 2 weeks ago

guitarrapc commented 2 weeks ago

tl;dr;

python on Ubuntu 24.04 default not allow to install system-wide tools by pip3. Change tool installation from pip3 to pipx instead.