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 abbec
Recipients abbec
Date 2020-08-13.08:31:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597307480.95.0.346460653424.issue41538@roundup.psfhosted.org>
In-reply-to
Content
When creating a virtualenv using venv.EnvBuilder, it always uses sys._base_executable. However, in some embedded cases (Blender being one example), it is not set to a valid Python executable. The proposal is to add a keyword parameter to the EnvBuilder constructor for specifying which python interpreter to use, much like the -p flag in virtualenv.
History
Date User Action Args
2020-08-13 08:31:21abbecsetrecipients: + abbec
2020-08-13 08:31:20abbecsetmessageid: <1597307480.95.0.346460653424.issue41538@roundup.psfhosted.org>
2020-08-13 08:31:20abbeclinkissue41538 messages
2020-08-13 08:31:19abbeccreate