From 60dbcea61242ce3117203cbc25d1be3f1f8a2f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 13 Apr 2021 10:54:42 +0300 Subject: [PATCH] docs(README): fix info about version-file separator Any whitespace doesn't work, need version per line. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2f66684..add2eefc 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ 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). You can also specify multiple -versions in a `.python-version` file, separated by newlines or any whitespace. +versions in a `.python-version` file, separated by newlines. Lines starting with a `#` are ignored. ### Locating the Python Installation