mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
Include aliases in completetions
While it looks a bit funny, it is valid to use an existing virtual environment as the [version] when creating a new one.
This commit is contained in:
parent
44c4090095
commit
5fd4975150
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue