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.22:56:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639436212.01.0.554835785359.issue46028@roundup.psfhosted.org>
In-reply-to
Content
> But the value as it's calculated now seems to give a file that doesn't exist - how can that be correct?

Because we never actually use the executable referenced by the 'home' path in a pyvenv.cfg. It's only used as a starting point to locate a couple of entries in sys.path. So if the executable isn't there, it's no big deal.

It shouldn't even matter in the nested-creation case, because we still don't execute it then. It's just how we end up with the same value for 'home' in any venvs created within a venv.
History
Date User Action Args
2021-12-13 22:56:52steve.dowersetrecipients: + steve.dower, vinay.sajip, christian.heimes, nedbat, pablogsal, saaketp
2021-12-13 22:56:52steve.dowersetmessageid: <1639436212.01.0.554835785359.issue46028@roundup.psfhosted.org>
2021-12-13 22:56:52steve.dowerlinkissue46028 messages
2021-12-13 22:56:51steve.dowercreate