[New-bugs-announce] [issue22829] Add --prompt option to venv

Łukasz Balcerzak report at bugs.python.org
Sun Nov 9 18:59:17 CET 2014


New submission from Łukasz Balcerzak:

virtualenv tool allows to set alternative prompt prefix, Python's venv module should allow this too.

Basically, this allows one to run:

python -mvenv --prompt Quux myenv

And see "(Quux)" as a prefix after environment activation (instead of the "myenv" in this case).

----------
files: venv-prompt-argument.patch
keywords: patch
messages: 230894
nosy: Łukasz.Balcerzak
priority: normal
severity: normal
status: open
title: Add --prompt option to venv
versions: Python 3.5
Added file: http://bugs.python.org/file37156/venv-prompt-argument.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22829>
_______________________________________


More information about the New-bugs-announce mailing list