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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22829>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to