mirror of
https://github.com/python/cpython.git
synced 2024-11-29 00:56:12 +01:00
This commit is contained in:
parent
f4dd440210
commit
a15a584bf3
@ -19,7 +19,7 @@ setenv VIRTUAL_ENV_PROMPT "__VENV_PROMPT__"
|
||||
set _OLD_VIRTUAL_PROMPT="$prompt"
|
||||
|
||||
if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then
|
||||
set prompt = "(__VENV_PROMPT__) $prompt"
|
||||
set prompt = "(__VENV_PROMPT__) $prompt:q"
|
||||
endif
|
||||
|
||||
alias pydoc python -m pydoc
|
||||
|
@ -0,0 +1 @@
|
||||
Fix unbalanced quote errors occurring when activate.csh in :mod:`venv` was sourced with a custom prompt containing unpaired quotes or newlines.
|
Loading…
Reference in New Issue
Block a user