mirror of
https://github.com/pyenv/pyenv.git
synced 2026-08-03 19:10:34 +09:00
install: reflect the new alias syntax in reference
This commit is contained in:
parent
4c78a0dd50
commit
a27d2723d6
@ -202,8 +202,8 @@ or, if you prefer 3.3.3 over 2.7.6,
|
||||
|
||||
Install a Python version (using [`python-build`](https://github.com/pyenv/pyenv/tree/master/plugins/python-build)).
|
||||
|
||||
Usage: pyenv install [-f] [-kvp] <version>
|
||||
pyenv install [-f] [-kvp] <definition-file>
|
||||
Usage: pyenv install [-f] [-kvp] <version>[:<alias>]
|
||||
pyenv install [-f] [-kvp] <definition-file>[:<alias>]
|
||||
pyenv install -l|--list
|
||||
|
||||
-l/--list List all available versions
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
#
|
||||
# Summary: Install a Python version using python-build
|
||||
#
|
||||
# Usage: pyenv install [-f] [-kvp] <version>...
|
||||
# pyenv install [-f] [-kvp] <definition-file>
|
||||
# Usage: pyenv install [-f] [-kvp] <version>[:<alias>]...
|
||||
# pyenv install [-f] [-kvp] <definition-file>[:<alias>]
|
||||
# pyenv install -l|--list
|
||||
# pyenv install --version
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user