[issue17010] Windows launcher ignores active virtual environment

2013-06-13 Thread Vinay Sajip
Vinay Sajip added the comment: > Is there any discussion which lead to this change? http://mail.python.org/pipermail/python-dev/2013-May/125939.html -- ___ Python tracker ___ __

[issue17010] Windows launcher ignores active virtual environment

2013-06-13 Thread Piotr Dobrogost
Piotr Dobrogost added the comment: @Vinay Is there any discussion which lead to this change? -- ___ Python tracker ___ ___ Python-bugs

[issue17010] Windows launcher ignores active virtual environment

2013-06-12 Thread Vinay Sajip
Changes by Vinay Sajip : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue17010] Windows launcher ignores active virtual environment

2013-06-12 Thread Vinay Sajip
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 tes

[issue17010] Windows launcher ignores active virtual environment

2013-04-14 Thread Piotr Dobrogost
Piotr Dobrogost added the comment: Issue titled "Python Launcher and virtualenv?" at https://bitbucket.org/vinay.sajip/pylauncher/issue/15/ is related. -- nosy: +piotr.dobrogost ___ Python tracker

[issue17010] Windows launcher ignores active virtual environment

2013-01-26 Thread Vinay Sajip
Vinay Sajip added the comment: When using an activated virtual environment, there is no need to use "py" - just use "python". Primarily, the launcher looks for a shebang line in a script to determine which interpreter to use for the script. If no shebang line can be found, it will launch "the

[issue17010] Windows launcher ignores active virtual environment

2013-01-25 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Interpreter Core -Installation nosy: +brian.curtin, tim.golden, vinay.sajip stage: -> needs patch versions: +Python 3.4 ___ Python tracker _

[issue17010] Windows launcher ignores active virtual environment

2013-01-21 Thread Bryan G. Olson
New submission from Bryan G. Olson: Python 3.3 includes PEP 397, a Python launcher for Windows, and PEP 405, virtual environment support in core. Unfortunately the Windows launcher does not respect virtual environments. Even with with a virtual environment activated and the current directory a