Zachary Ware added the comment:

> That seems crazy...

What's crazy about it?  There are very very few legitimate situations where you 
need to permanently set any PYTHON* variable, particularly PYTHONPATH and 
PYTHONHOME.  Adding site-packages to sys.path via PYTHONPATH is completely 
unnecessary anyway since site.py will do that for you in a much safer manner.

This looks like a local configuration issue; closing.

----------
nosy: +zach.ware
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to