diff --git a/libexec/pyenv-versions b/libexec/pyenv-versions index afe8747f..4c532699 100755 --- a/libexec/pyenv-versions +++ b/libexec/pyenv-versions @@ -3,6 +3,11 @@ # Usage: pyenv versions [--bare] [--skip-aliases] [--skip-envs] # # Lists all Python versions found in `$PYENV_ROOT/versions/*'. +# +# --bare List just the names, omit `system' +# --skip-aliases Skip symlinks to other versions and to virtual environments +# --skip-envs Skip virtual environments (under /envs) +# set -e [ -n "$PYENV_DEBUG" ] && set -x