We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce558e6 commit f196141Copy full SHA for f196141
1 file changed
Lib/venv/scripts/common/activate
@@ -23,7 +23,6 @@ deactivate () {
23
24
if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then
25
PS1="${_OLD_VIRTUAL_PS1:-}"
26
- export PS1
27
unset _OLD_VIRTUAL_PS1
28
fi
29
@@ -63,7 +62,6 @@ fi
63
62
if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then
64
_OLD_VIRTUAL_PS1="${PS1:-}"
65
PS1="__VENV_PROMPT__${PS1:-}"
66
67
VIRTUAL_ENV_PROMPT="__VENV_PROMPT__"
68
export VIRTUAL_ENV_PROMPT
69
0 commit comments