summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2020-07-28 08:41:57 (GMT)
committerGitHub <noreply@github.com>2020-07-28 08:41:57 (GMT)
commitc82dda1e08c4b74ca24f88d6a549d93108c319cf (patch)
tree6d36a6e8d515eeadec492f8dd6b279adb87f0d91 /Misc
parent1332226b32da44087a55e1d71990ee6899dfd28a (diff)
downloadcpython-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.rst2
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.