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-14.21:41:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639518073.28.0.398039895344.issue46028@roundup.psfhosted.org>
In-reply-to
Content
Does the first venv's 'python' link to python3[.11]? If so, maybe _base_executable should be based on real_executable's filename rather than executable (that is, *after* resolving symlinks rather than before).

I don't *think* that will cause any issues, and it shouldn't be any more expensive to compute. Only has to change for when a pyvenv.cfg is detected I think.
History
Date User Action Args
2021-12-14 21:41:13steve.dowersetrecipients: + steve.dower, vinay.sajip, christian.heimes, nedbat, pablogsal, saaketp
2021-12-14 21:41:13steve.dowersetmessageid: <1639518073.28.0.398039895344.issue46028@roundup.psfhosted.org>
2021-12-14 21:41:13steve.dowerlinkissue46028 messages
2021-12-14 21:41:13steve.dowercreate