Luis Norambuena@programming.devM to Python@programming.devEnglish · 2 years agoYes, you should use a Python venv in a container like dockerwww.bitecode.devexternal-linkmessage-square42linkfedilinkarrow-up158arrow-down15file-text
arrow-up153arrow-down1external-linkYes, you should use a Python venv in a container like dockerwww.bitecode.devLuis Norambuena@programming.devM to Python@programming.devEnglish · 2 years agomessage-square42linkfedilinkfile-text
minus-squarewewbull@feddit.uklinkfedilinkEnglisharrow-up2·2 years 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”.