From c1af5ab0a952fd6562a359e58bc84b193bd23090 Mon Sep 17 00:00:00 2001 From: SUZUKI Masaya Date: Fri, 10 Feb 2017 10:04:35 +0900 Subject: [PATCH] Fix the file path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b61b5a0..1c267354 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ reading it from the following sources, in this order: 3. The first `.python-version` file found (if any) by searching each parent directory, until reaching the root of your filesystem. -4. The global `.python-version` file. You can modify this file using +4. The global `$(pyenv root)/version` file. You can modify this file using the [`pyenv global`](https://github.com/yyuu/pyenv/blob/master/COMMANDS.md#pyenv-global) command. If the global version file is not present, pyenv assumes you want to use the "system" Python. (In other words, whatever version would run if pyenv weren't in your