diff options
author | Zackery Spytz <zspytz@gmail.com> | 2020-07-28 08:41:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 08:41:57 (GMT) |
commit | c82dda1e08c4b74ca24f88d6a549d93108c319cf (patch) | |
tree | 6d36a6e8d515eeadec492f8dd6b279adb87f0d91 /Misc | |
parent | 1332226b32da44087a55e1d71990ee6899dfd28a (diff) | |
download | cpython-c82dda1e08c4b74ca24f88d6a549d93108c319cf.zip cpython-c82dda1e08c4b74ca24f88d6a549d93108c319cf.tar.gz cpython-c82dda1e08c4b74ca24f88d6a549d93108c319cf.tar.bz2 |
bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)
Co-Authored-By: Baptiste Darthenay <baptiste.darthenay@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-07-21-16-20-55.bpo-35328.jXovHb.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-07-21-16-20-55.bpo-35328.jXovHb.rst b/Misc/NEWS.d/next/Library/2020-07-21-16-20-55.bpo-35328.jXovHb.rst new file mode 100644 index 0000000..f4d1c65 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-07-21-16-20-55.bpo-35328.jXovHb.rst @@ -0,0 +1,2 @@ +Set the environment variable ``VIRTUAL_ENV_PROMPT`` at :mod:`venv` +activation. |