mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Documenting the skip-existing option for install
This commit is contained in:
parent
425e44d064
commit
2de5ca0846
1 changed files with 3 additions and 2 deletions
|
@ -191,8 +191,9 @@ Install a Python version (using `python-build`).
|
|||
pyenv install [-f] [-kvp] <definition-file>
|
||||
pyenv install -l|--list
|
||||
|
||||
-l/--list List all available versions
|
||||
-f/--force Install even if the version appears to be installed already
|
||||
-l/--list List all available versions
|
||||
-f/--force Install even if the version appears to be installed already
|
||||
-s/--skip-existing Skip the installation if the version appears to be installed already
|
||||
|
||||
python-build options:
|
||||
|
||||
|
|
Loading…
Reference in a new issue