From 5fd4975150de248d3acc4d536d2abeeaf28ea454 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Mon, 20 Apr 2026 12:51:59 -0400 Subject: [PATCH] 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. --- bin/pyenv-virtualenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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