[issue38901] Add a CLI flag to venv to use the pwd basename as the prompt

Julien Palard report at bugs.python.org
Sun Nov 24 18:45:49 EST 2019


Julien Palard <julien+python at palard.fr> added the comment:

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)...

----------
nosy: +mdk

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38901>
_______________________________________


More information about the Python-bugs-list mailing list