Remove prompt deprecation warning (#447)

Prompt removal was never done and is not planned anymore
This commit is contained in:
native-api
2023-01-31 23:14:52 +03:00
committed by GitHub
parent 826f3fbe6f
commit 77a7644ff7
3 changed files with 0 additions and 13 deletions

View File

@@ -225,9 +225,6 @@ if [ -z "${PYENV_VIRTUALENV_DISABLE_PROMPT}" ]; then
fi
;;
* )
if [ -z "${QUIET}" ]; then
echo "pyenv-virtualenv: prompt changing will be removed from future release. configure \`export PYENV_VIRTUALENV_DISABLE_PROMPT=1' to simulate the behavior." 1>&2
fi
cat <<EOS
export _OLD_VIRTUAL_PS1="\${PS1:-}";
export PS1="(${venv}) \${PS1:-}";