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 methane
Recipients brett.cannon, kellena, methane, ned.deily, ronaldoussoren
Date 2019-03-01.23:33:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEfz+TxbDMP_Ap6WqhRq1TuTkAakxmidhXfOu+8sHfeXOxULqQ@mail.gmail.com>
In-reply-to <1551469539.77.0.989102452259.issue36154@roundup.psfhosted.org>
Content
You must not set PYTHON HOME. Python find it's home by itself.
But since PYTHONHOME is set, Python can't find it's home.

2019年3月2日(土) 4:45 kellena <report@bugs.python.org>:

>
> kellena <onegreatbigworld@gmail.com> added the comment:
>
> There isn't much. I downloaded this and installed it from python.org with
> the install wizard. Shouldn't all of the necessary environment variables
> have been added at that time?
>
> $ env | grep PYTHON
>
> PYTHONHOME=/usr/local/bin/python3
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue36154>
> _______________________________________
>
History
Date User Action Args
2019-03-01 23:33:53methanesetrecipients: + methane, brett.cannon, ronaldoussoren, ned.deily, kellena
2019-03-01 23:33:53methanelinkissue36154 messages
2019-03-01 23:33:53methanecreate