[issue17010] Windows launcher ignores active virtual environment

Vinay Sajip report at bugs.python.org
Thu Jun 13 08:41:26 CEST 2013


Vinay Sajip added the comment:

Recent changes to the launcher mean that for a shebang line of "#!/usr/bin/env python", the path is searched for a Python executable. This will include the Python executable in an activated venv, so I am closing this issue. The change is already available for testing in the standalone launcher at

https://bitbucket.org/pypa/pylauncher/downloads/

and should be incorporated into the launcher released with Python 3.4.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17010>
_______________________________________


More information about the Python-bugs-list mailing list