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 lys.nikolaou
Recipients lys.nikolaou
Date 2020-02-14.14:06:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581689218.89.0.729047022428.issue39633@roundup.psfhosted.org>
In-reply-to
Content
At the moment running python -m venv venv or python3 -m venv venv creates a virtual environment that does not contain a python<major>.<minor> symlink, which results in executing whatever the default python is when running i.e. python<major>.<minor> within an activated virtual env. OTOH if one runs python<major>.<minor> -m venv venv, then everything is OK. Would it be possible to include a python<major>.<minor> symlink in all cases? If not, then I think we should update the docs to mention that somewhere, since it took me quite a while to figure this out.
History
Date User Action Args
2020-02-14 14:06:58lys.nikolaousetrecipients: + lys.nikolaou
2020-02-14 14:06:58lys.nikolaousetmessageid: <1581689218.89.0.729047022428.issue39633@roundup.psfhosted.org>
2020-02-14 14:06:58lys.nikolaoulinkissue39633 messages
2020-02-14 14:06:58lys.nikolaoucreate