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-squarelogging_strict@programming.devlinkfedilinkarrow-up1·2 days 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.