update test setup to unset PYENV_VIRTUALENV_PROMPT

This commit is contained in:
Jovier A. Jiménez
2024-09-14 16:23:01 -07:00
parent 83fae32522
commit 119c4db68c
3 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ setup() {
unset PYENV_VIRTUALENV_DISABLE_PROMPT
unset PYENV_VIRTUAL_ENV_DISABLE_PROMPT
unset VIRTUAL_ENV_DISABLE_PROMPT
unset PYENV_VIRTUALENV_PROMPT
unset _OLD_VIRTUAL_PS1
stub pyenv-hooks "activate : echo"
}