From 32663fb8a462b80b53724bf7437a11782b201200 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 17 Dec 2019 17:29:37 +1100 Subject: [PATCH] Fix simple typo: abovementioned -> above Closes #1485 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4563debc..c2db3277 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ easy to fork and contribute any changes back upstream. - **Ubuntu and Fedora note**: Modify your `~/.bashrc` file instead of `~/.bash_profile`. **General warning**: There are some systems where the `BASH_ENV` variable is configured - to point to `.bashrc`. On such systems you should almost certainly put the abovementioned line + to point to `.bashrc`. On such systems you should almost certainly put the above mentioned line `eval "$(pyenv init -)"` into `.bash_profile`, and **not** into `.bashrc`. Otherwise you may observe strange behaviour, such as `pyenv` getting into an infinite loop. See [#264](https://github.com/pyenv/pyenv/issues/264) for details.