From 94b2c9d5d6cee05199a98aebd16d84dcec310c3e Mon Sep 17 00:00:00 2001 From: Adam Scharf Date: Wed, 6 Dec 2017 10:35:35 -0500 Subject: [PATCH] Move pyenv note to its own line --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 414ffc8..cc9ac54 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ From inside that directory you can: ``` **Zsh note**: Modify your `~/.zshenv` file instead of `~/.bash_profile`. + **Pyenv note**: You may also need to add `eval "$(pyenv init -)"` to your profile if you haven't done so already. 3. **Restart your shell to enable pyenv-virtualenv**