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 mdk
Recipients DahlitzFlorian, brett.cannon, mdk, vinay.sajip, xtreak
Date 2019-11-24.23:45:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574639149.39.0.253941274161.issue38901@roundup.psfhosted.org>
In-reply-to
Content
I like the idea and I think I will use it!

As it's a bit long to type, I'm searching if other shorter variants could be usefull like:

    python3 -m venv --here
    python3 -m venv --cwd
    python3 -m venv --project

being the equivalent of `python3 -m venv --basename-prompt venv`, but I'm not satisfied with the names (and it enforces using "venv" as a directory name)...
History
Date User Action Args
2019-11-24 23:45:49mdksetrecipients: + mdk, brett.cannon, vinay.sajip, DahlitzFlorian, xtreak
2019-11-24 23:45:49mdksetmessageid: <1574639149.39.0.253941274161.issue38901@roundup.psfhosted.org>
2019-11-24 23:45:49mdklinkissue38901 messages
2019-11-24 23:45:49mdkcreate