Luis Norambuena@programming.devM to Python@programming.devEnglish · 3 days agoYes, you should use a Python venv in a container like dockerwww.bitecode.devexternal-linkmessage-square41fedilinkarrow-up157arrow-down13file-text
arrow-up154arrow-down1external-linkYes, you should use a Python venv in a container like dockerwww.bitecode.devLuis Norambuena@programming.devM to Python@programming.devEnglish · 3 days agomessage-square41fedilinkfile-text
minus-squaretaiidan@slrpnk.netlinkfedilinkarrow-up1·1 day agoMakes 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 with pip install --system.
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
.