1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 14:53:53 -05:00

Update help docs to clarify multiple version(s) are allowed (#1197)

* Update help docs to clarify multiple version(s) are allowed

* Tweek version(s) help description
This commit is contained in:
Brian Dowling
2020-03-19 17:35:46 -04:00
committed by GitHub
parent 89786b909f
commit a8ca63fcc0
5 changed files with 35 additions and 14 deletions

View File

@@ -6,6 +6,7 @@
#
# Displays the full path to the executable that pyenv will invoke when
# you run the given command.
#
set -e
[ -n "$PYENV_DEBUG" ] && set -x
@@ -82,6 +83,8 @@ else
echo "The \`$1' command exists in these Python versions:"
echo "$versions" | sed 's/^/ /g'
echo
echo "Note: See 'pyenv help global' for tips on allowing both"
echo " python2 and python3 to be found."
} >&2
fi