Luis Norambuena@programming.devM to Python@programming.devEnglish · 2 months agoYes, you should use a Python venv in a container like dockerwww.bitecode.devexternal-linkmessage-square42fedilinkarrow-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 months agomessage-square42fedilinkfile-text
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1·2 months agopip is great! It lets ya know when there are dependency conflicts. Up to us to learn how to deal with resolving dependency conflicts. There are those who attend the whining parade down main street. There are the very very few who write a package to resolve these issues.
pip is great! It lets ya know when there are dependency conflicts.
Up to us to learn how to deal with resolving dependency conflicts.
There are those who attend the whining parade down main street.
There are the very very few who write a package to resolve these issues.