From 71c9ff565be5a7f0a7dd47e84730095a4b6d555e Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Wed, 15 Apr 2015 22:41:09 +0900 Subject: [PATCH] Added note about where to place `pyenv init -` in shell configuration file (#313) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b29f925c..bdca46c1 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,8 @@ easy to fork and contribute any changes back upstream. **Ubuntu note**: Modify your `~/.bashrc` file instead of `~/.bash_profile`. 3. **Add `pyenv init` to your shell** to enable shims and autocompletion. + Please make sure `eval "$(pyenv init -)"` is placed toward the end of shell + configuration file since it manipulates `PATH` during the initialization. $ echo 'eval "$(pyenv init -)"' >> ~/.bash_profile