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 steve.dower
Recipients eric.snow, ned.deily, ronaldoussoren, steve.dower, vinay.sajip
Date 2022-03-02.11:19:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <837ec5cb-bd70-e016-f65a-59e01ad4cd08@python.org>
In-reply-to <1646166693.15.0.688832843075.issue46890@roundup.psfhosted.org>
Content
> Is sys._base_executable updated after running getpath.py?

It shouldn't be, but site.py might do it.

More likely it's in how getpath.py is handling the environment variable 
overrides. It should be pretty easy to track down and change - the old 
"logic" was certainly not.

If there's a way to add a test for this case as well, that would be 
handy. Way too little documentation here.
History
Date User Action Args
2022-03-02 11:19:30steve.dowersetrecipients: + steve.dower, vinay.sajip, ronaldoussoren, ned.deily, eric.snow
2022-03-02 11:19:30steve.dowerlinkissue46890 messages
2022-03-02 11:19:30steve.dowercreate