This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients eryksun, gaborjbernat, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-10-12.12:38:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602506319.05.0.987139149243.issue42013@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-10-12 12:50:37eryksununlinkissue42013 messages
2020-10-12 12:38:39eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, gaborjbernat
2020-10-12 12:38:39eryksunsetmessageid: <1602506319.05.0.987139149243.issue42013@roundup.psfhosted.org>
2020-10-12 12:38:39eryksunlinkissue42013 messages
2020-10-12 12:38:39eryksuncreate