[issue23465] Implement PEP 486 - Make the Python Launcher aware of virtual environments

Wolfgang Maier report at bugs.python.org
Fri Feb 20 16:02:57 CET 2015


Wolfgang Maier added the comment:

am I correct that when a script contains a shebang line like:

#! python3

or

#! python3.4

i.e., one indicating just a version of, but not a full path to the interpreter, the current patch would not use an active virtualenv even if it has a suitable version ?

If so, is that a desirable behaviour?
If I've misread the patch and the PEP, then sorry for the noise.

----------
nosy: +wolma

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


More information about the Python-bugs-list mailing list