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 Łukasz.Balcerzak
Recipients Łukasz.Balcerzak
Date 2014-11-09.17:59:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415555957.14.0.777244809784.issue22829@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2014-11-09 17:59:17Łukasz.Balcerzaksetrecipients: + Łukasz.Balcerzak
2014-11-09 17:59:17Łukasz.Balcerzaksetmessageid: <1415555957.14.0.777244809784.issue22829@psf.upfronthosting.co.za>
2014-11-09 17:59:17Łukasz.Balcerzaklinkissue22829 messages
2014-11-09 17:59:17Łukasz.Balcerzakcreate