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 andream
Recipients andream
Date 2020-02-07.09:08:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581066525.57.0.495811141664.issue39577@roundup.psfhosted.org>
In-reply-to
Content
In creating a new virtual environment, the help suggest a --prompt argument to specify a different name by the time the environment is active.

https://docs.python.org/3/library/venv.html

The argument is apparently ignored as the folder name always appears instead to whatever is specified in the prompt.
Checking at the config file content there nothing written inside, thought I'm not sure this should be the case.
History
Date User Action Args
2020-02-07 09:08:45andreamsetrecipients: + andream
2020-02-07 09:08:45andreamsetmessageid: <1581066525.57.0.495811141664.issue39577@roundup.psfhosted.org>
2020-02-07 09:08:45andreamlinkissue39577 messages
2020-02-07 09:08:45andreamcreate