-
Bug
-
Resolution: Invalid
-
Normal
-
None
-
None
-
None
-
None
On most platforms, the unversioned "python" executable still points to Python 2.
As a result, the env python shebang will always give a Python 2 interpreter on those platforms.
But when installing Picard with python3 setup.py install, then a Python 3 interpreter needs to be used to run the script.