1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 23:33:45 -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

@@ -107,6 +107,9 @@ pyenv: py.test: command not found
The \`py.test' command exists in these Python versions:
3.3
3.4
Note: See 'pyenv help global' for tips on allowing both
python2 and python3 to be found.
OUT
}