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 ronaldoussoren
Recipients ned.deily, ronaldoussoren
Date 2022-03-01.17:24:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646155476.86.0.723773125821.issue46890@roundup.psfhosted.org>
In-reply-to
Content
The root cause likely is the calculation of sys._base_executable. In 3.10 this is {sys.prefix}/bin/python3.10, while in 3.11 this is {sys.prefix}/Resources/Python.app/Contents/MacOS/Python.

The venv library uses the incorrect value and therefore creates an incorrect virtual environment.
History
Date User Action Args
2022-03-01 17:24:36ronaldoussorensetrecipients: + ronaldoussoren, ned.deily
2022-03-01 17:24:36ronaldoussorensetmessageid: <1646155476.86.0.723773125821.issue46890@roundup.psfhosted.org>
2022-03-01 17:24:36ronaldoussorenlinkissue46890 messages
2022-03-01 17:24:36ronaldoussorencreate