From 4776fe4e042a6875264ea2e43655612019b7a57a Mon Sep 17 00:00:00 2001 From: Aristide Niyungeko Date: Mon, 27 Jul 2015 14:58:46 -0700 Subject: [PATCH] update init step in brew installation instructions This fixes issue: https://github.com/yyuu/pyenv-virtualenv/issues/36 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6c25f7..9a90802 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,12 @@ Or, if you would like to install the latest development release: $ brew install --HEAD pyenv-virtualenv ``` -After installation, you'll still need to add `eval "$(pyenv virtualenv-init -)"` to your profile (as stated in the caveats). -You'll only ever have to do this once. +After installation, you'll still need to add +``` +eval "$(pyenv init -)" +eval "$(pyenv virtualenv-init -)" +``` +to your profile (as stated in the caveats). You'll only ever have to do this once. ## Usage