Vinay Sajip added the comment:

> Vinay, do you think dereferencing sys.executable could lead to trouble with 
> venvs?

It could - the venv code looks for a venv configuration file relative to 
sys.executable, which could be a symlink into a system-wide Python 
installation. Resolving the symlink would mean that the venv can't be found.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16326>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to