Message330533
| 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:29 | batisteo | set | recipients: + batisteo |
| 2018-11-27 16:12:29 | batisteo | set | messageid: <1543335149.71.0.788709270274.issue35328@psf.upfronthosting.co.za> |
| 2018-11-27 16:12:29 | batisteo | link | issue35328 messages |
| 2018-11-27 16:12:29 | batisteo | create | |