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 Tomer
Recipients Tomer
Date 2018-08-20.10:20:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534760450.03.0.56676864532.issue34439@psf.upfronthosting.co.za>
In-reply-to
Content
In the same way the $VIRTUAL_ENV variable tells the virtual environment directory, A variable such as $VENV_NAME or $VENV_PROMPT should tell the value given to the venv `--prompt` option (Introduced in Issue22829).

An individual could override the EnvBuilder class like the docs say, but that wouldn't insure any user will have the variable set. This is crucial for usage in custom libraries that want to display the given prompt.
History
Date User Action Args
2018-08-20 10:20:50Tomersetrecipients: + Tomer
2018-08-20 10:20:50Tomersetmessageid: <1534760450.03.0.56676864532.issue34439@psf.upfronthosting.co.za>
2018-08-20 10:20:49Tomerlinkissue34439 messages
2018-08-20 10:20:49Tomercreate