Skip to content

Commit 4897b0c

Browse files
committed
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.
1 parent 418d909 commit 4897b0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/pyenv-virtualenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424

2525
# Provide pyenv completions
2626
if [ "$1" = "--complete" ]; then
27-
exec pyenv-versions --bare --skip-envs --skip-aliases
27+
exec pyenv-versions --bare --skip-envs
2828
fi
2929

3030
unset PIP_REQUIRE_VENV

0 commit comments

Comments
 (0)