Comment on Another reason to love Linux
Penguincoder@beehaw.org 1 year 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.
Boomkop3@reddthat.com 1 year ago
Tried it, but some apps depend on spawning other python processes. Half the time that results in them breaking out of the env cuz they’re using the python in the system path
Penguincoder@beehaw.org 1 year ago
So change the shebang to explicitly reference the venv python.
Boomkop3@reddthat.com 1 year ago
Ye that’s handy, until some script inside a library or something doesn’t
Diurnambule@jlai.lu 1 year ago
So you reported the issue before complaining ?