[issue34439] Expose venv --prompt value to an environment value

2019-01-06 Thread Vinay Sajip
Vinay Sajip added the comment: Duplicate of bpo-35328, which has a PR. -- nosy: +vinay.sajip resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker __

[issue34439] Expose venv --prompt value to an environment value

2019-01-04 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: issue35328 seems like a related issue with a PR that sets VIRTUAL_ENV_PROMPT. Also see issue35661 to store the venv prompt in config file. -- nosy: +xtreak versions: -Python 3.5, Python 3.6, Python 3.7 _

[issue34439] Expose venv --prompt value to an environment value

2018-08-20 Thread Tomer Keren
New submission from Tomer Keren : 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