Luis Norambuena@programming.devM to Python@programming.devEnglish · 1 month agoYes, you should use a Python venv in a container like dockerwww.bitecode.devexternal-linkmessage-square42fedilinkarrow-up155arrow-down15file-text
arrow-up150arrow-down1external-linkYes, you should use a Python venv in a container like dockerwww.bitecode.devLuis Norambuena@programming.devM to Python@programming.devEnglish · 1 month agomessage-square42fedilinkfile-text
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up2·1 month agoEven with PEP 668, you can still use pip --break-system-packages
Even with PEP 668, you can still use
pip --break-system-packages