[issue2375] PYTHON3PATH environment variable to supersede PYTHONPATH for multi-Python environments

Alexander Belopolsky report at bugs.python.org
Tue Mar 18 02:46:55 CET 2008


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

-1

Sites that need this functionality can emulate this feature in site.py 
by adding

sys.path[1:1] = os.getenv("PYTHON3PATH", "").split(os.pathsep)

in py3k installation.

I could not find any discussion beyond the original post at

http://mail.python.org/pipermail/python-3000/2008-February/012008.html

----------
nosy: +belopolsky

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2375>
__________________________________


More information about the Python-bugs-list mailing list