From fa80772142b6c65e38e20082dba10a9325be23c7 Mon Sep 17 00:00:00 2001 From: Ori Peleg Date: Mon, 2 Jan 2017 13:05:36 +0200 Subject: [PATCH] README: multiple versions in .python-version Document that multiple versions in `.python-version` work similarly to the command line. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 164f1853..f768ff9e 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,8 @@ in this example), but also have Python 3.3.6, 3.2, and 2.5 available on your global system 3.3.6 3.2 2.5`. At this point, one should be able to find the full executable path to each of these using `pyenv which`, e.g. `pyenv which python2.5` (should display `$PYENV_ROOT/versions/2.5/bin/python2.5`), or `pyenv which -python3.4` (should display path to system Python3). +python3.4` (should display path to system Python3). You can also specify multiple +versions in a `.python-version` file, separated by newlines or any whitespace. ### Locating the Python Installation