1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 23:33:45 -05:00

Merge pull request #536 from patrick91/patch-1

Documenting the skip-existing option for install
This commit is contained in:
Yamashita, Yuu
2016-02-05 17:54:45 +09:00

View File

@@ -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: