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 christian.heimes, nedbat, pablogsal, saaketp, steve.dower, vinay.sajip
Date 2021-12-13.23:00:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639436407.09.0.315870791373.issue46028@roundup.psfhosted.org>
In-reply-to
Content
> Because we never actually use the executable referenced by the 'home' path in a pyvenv.cfg.

This is actually not true on Windows or (I believe) some situations on macOS, where we need to use a redirecting launcher to actually launch the binary specified in this value. But on POSIX, because all the references are hardcoded in the binary, we can just copy the original around and it never loses track of its real home and never has to launch its original copy.
History
Date User Action Args
2021-12-13 23:00:07steve.dowersetrecipients: + steve.dower, vinay.sajip, christian.heimes, nedbat, pablogsal, saaketp
2021-12-13 23:00:07steve.dowersetmessageid: <1639436407.09.0.315870791373.issue46028@roundup.psfhosted.org>
2021-12-13 23:00:07steve.dowerlinkissue46028 messages
2021-12-13 23:00:07steve.dowercreate