Luis NorambuenaM to PythonEnglish · 2 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 NorambuenaM to PythonEnglish · 2 days agomessage-square41fedilinkfile-text
minus-squarelogging_strictlinkfedilinkarrow-up1·1 day 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.