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-squarewewbull@feddit.uklinkfedilinkEnglisharrow-up2·edit-22 days agoSo the problem here is that you can inject code into a system python process because they run with the user’s python install location on their path. They’ve fixed the wrong “root cause”.
So the problem here is that you can inject code into a system python process because they run with the user’s python install location on their path.
They’ve fixed the wrong “root cause”.