diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index 69c61d1..0619f62 100755 --- a/bin/pyenv-virtualenv +++ b/bin/pyenv-virtualenv @@ -24,7 +24,7 @@ fi # Provide pyenv completions if [ "$1" = "--complete" ]; then - exec pyenv-versions --bare --skip-envs --skip-aliases + exec pyenv-versions --bare --skip-envs fi unset PIP_REQUIRE_VENV