From e83168655cbcce037ba6951aa087959ffe1af2a1 Mon Sep 17 00:00:00 2001 From: Ryan Moore Date: Sat, 24 Jun 2017 00:50:54 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efa4ed94..c6196d61 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ easy to fork and contribute any changes back upstream. **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 - `eval "$(pyenv init -)` into `.bash_profile`, and **not** into `.bashrc`. Otherwise you + `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.