taiidan@slrpnk.nettoPython@programming.dev•Yes, you should use a Python venv in a container like docker
3·
15 days agoCouldn’t have said it better. 😆
Couldn’t have said it better. 😆
I hate this hand-holding. Certainly use venvs for dev projects but allow system-wide installations for those that want it. OSS has always been about giving you enough rope to hang yourself.
Makes more sense and I agree, especially with the apparent ease of
pip install --user
. But there should be no barriers when the root user is used withpip install --system
.