Geodad@beehaw.org to Technology@beehaw.org · 17 hours agoAnother reason to love Linuxbeehaw.orgimagemessage-square15fedilinkarrow-up149arrow-down12file-text
arrow-up147arrow-down1imageAnother reason to love Linuxbeehaw.orgGeodad@beehaw.org to Technology@beehaw.org · 17 hours agomessage-square15fedilinkfile-text
minus-squareBoomkop3@reddthat.comlinkfedilinkarrow-up3arrow-down5·13 hours agoAlright, I want two apps that depend on two different version of python, but won’t work on the other. No warning, no notice, just one of the two fails to start. Thank you package manager
minus-squarePenguinCoder@beehaw.orglinkfedilinkEnglisharrow-up2·4 hours agoSolved problem. Python virtual environments. Or install another python version with your package manager and make sure the python script calls it in the shebang instead of a generic /usr/bin/env python.
minus-squareBoomkop3@reddthat.comlinkfedilinkarrow-up1·12 hours agoI tried it, ye. And although I like the concept, I can’t say the implementation was to my liking
Alright, I want two apps that depend on two different version of python, but won’t work on the other.
No warning, no notice, just one of the two fails to start. Thank you package manager
Solved problem. Python virtual environments. Or install another python version with your package manager and make sure the python script calls it in the shebang instead of a generic
/usr/bin/env python
.yay python31{0…2}
Or three docker containers
And that’s why nix exists.
I tried it, ye. And although I like the concept, I can’t say the implementation was to my liking