Should fix_python_shebang_for="bin/*"
be default in PythonPackage
?
#3498
Labels
Milestone
fix_python_shebang_for="bin/*"
be default in PythonPackage
?
#3498
Pip installed python scripts will (as far as I can tell) replace the shebang with a hardcoded path to the Python used in the installation.
This means that
virtualenv --system-site-packages
won't be picked up.The easy fix for these are to add:
in the easyconfig.
But, looking at what we had installed on our cluster this is not done for a lot of softwares.
I suggest that either:
The text was updated successfully, but these errors were encountered: