From 1da2fe09c26397e6880dcd3ae40501d3c5032dcc Mon Sep 17 00:00:00 2001 From: Clinton Christian Date: Thu, 11 Dec 2014 16:18:43 -0500 Subject: [PATCH 1/2] Update read to include pyenv-init - note. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f976108..4713b28 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ From inside that directory you can: $ git clone https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv 2. **Add `pyenv virtualenv-init` to your shell** to enable activation of virtualenv. This is entirely optional but pretty useful. - + $ echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.bash_profile - + **Pyenv note**: You may also need to add 'eval "$(pyenv init -)"' to your profile if you haven't done so already. **Zsh note**: Modify your `~/.zshenv` file instead of `~/.bash_profile`. 3. **Restart your shell to the enable pyenv-virtualenv** From 11a86ad7d760730e963a4e4b4da57939ce72a54e Mon Sep 17 00:00:00 2001 From: Clinton Christian Date: Sat, 13 Dec 2014 16:44:03 -0500 Subject: [PATCH 2/2] Remove white space. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4713b28..52eb2b5 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ From inside that directory you can: $ git clone https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv 2. **Add `pyenv virtualenv-init` to your shell** to enable activation of virtualenv. This is entirely optional but pretty useful. - + $ echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.bash_profile - **Pyenv note**: You may also need to add 'eval "$(pyenv init -)"' to your profile if you haven't done so already. **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 the enable pyenv-virtualenv**