mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-12 05:23:47 -05:00
0.1.1git
This commit is contained in:
@@ -60,7 +60,7 @@ shopt -u nullglob
|
||||
command="$1"
|
||||
case "$command" in
|
||||
"" | "-h" | "--help" )
|
||||
echo -e "pyenv 0.1.0\n$(pyenv-help)" >&2
|
||||
echo -e "pyenv 0.1.1git\n$(pyenv-help)" >&2
|
||||
;;
|
||||
* )
|
||||
command_path="$(command -v "pyenv-$command" || true)"
|
||||
|
||||
Reference in New Issue
Block a user