Luis Norambuena@programming.devM to Python@programming.devEnglish · 19 days agoYes, you should use a Python venv in a container like dockerwww.bitecode.devexternal-linkmessage-square42fedilinkarrow-up157arrow-down15file-text
arrow-up152arrow-down1external-linkYes, you should use a Python venv in a container like dockerwww.bitecode.devLuis Norambuena@programming.devM to Python@programming.devEnglish · 19 days agomessage-square42fedilinkfile-text
minus-squaregigachad@sh.itjust.workslinkfedilinkarrow-up4arrow-down1·edit-219 days agoThis article is about Python venvs using Docker. That I wouldn’t want to pollute the base installation on my local machine should be clear. But you can just create a venv and install everything in there, no need to create dozens of venvs if that’s what you want.
This article is about Python venvs using Docker. That I wouldn’t want to pollute the base installation on my local machine should be clear.
But you can just create a venv and install everything in there, no need to create dozens of venvs if that’s what you want.