Eryk Sun <eryk...@gmail.com> added the comment:

What about the PYTHONHOME and PYTHONPATH environment variables?

    >>> 'PYTHONHOME' in os.environ
    False
    >>> 'PYTHONPATH' in os.environ
    False

PYTHONHOME should not be set all. PYTHONPATH needs to be set carefully. It 
should never include standard-library paths.

----------

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

Reply via email to