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 batisteo
Recipients batisteo
Date 2018-11-27.16:12:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543335149.71.0.788709270274.issue35328@psf.upfronthosting.co.za>
In-reply-to
Content
When creating a new virtual env with `python3 -m venv .venv --prompt env`, the prompt information is only used to set a temporary PS1.

This information is lost when using custom prompt, for example with ZSH.

I propose to set VIRTUAL_ENV_PROMPT=__VENV_PROMPT__ when activating the newly created venv, to be used by tools and other shells.
History
Date User Action Args
2018-11-27 16:12:29batisteosetrecipients: + batisteo
2018-11-27 16:12:29batisteosetmessageid: <1543335149.71.0.788709270274.issue35328@psf.upfronthosting.co.za>
2018-11-27 16:12:29batisteolinkissue35328 messages
2018-11-27 16:12:29batisteocreate