From 582b693c112ba2ab450228f84831a3d206b00d7a Mon Sep 17 00:00:00 2001 From: native-api Date: Wed, 26 May 2021 00:49:31 +0300 Subject: [PATCH] Fix installation steps to allow for Pyenv 2 The text included info on Pyenv startup which is now outdated and incorrect. Closes https://github.com/pyenv/pyenv/issues/1947, https://github.com/pyenv/pyenv-virtualenv/issues/387 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07d8558..f7b4244 100644 --- a/README.md +++ b/README.md @@ -75,12 +75,13 @@ Or, if you would like to install the latest development release: $ brew install --HEAD pyenv-virtualenv ``` -After installation, you'll still need to add +After installation, you'll still need to do +[Pyenv shell setup steps](https://github.com/pyenv/pyenv#basic-github-checkout) +then add ```sh -eval "$(pyenv init -)" eval "$(pyenv virtualenv-init -)" ``` -to your profile (as stated in the caveats). You'll only ever have to do this once. +to your shell's `.rc` file (as stated in the caveats). You'll only ever have to do this once. ## Usage