From 2de5ca08466a70e4dde0d087e99d73c9c97a21f2 Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Fri, 5 Feb 2016 09:50:02 +0100 Subject: [PATCH] Documenting the skip-existing option for install --- COMMANDS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/COMMANDS.md b/COMMANDS.md index 595aa881..a4520da8 100644 --- a/COMMANDS.md +++ b/COMMANDS.md @@ -191,8 +191,9 @@ Install a Python version (using `python-build`). pyenv install [-f] [-kvp] 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: