Skip to content

Commit 582b693

Browse files
authored
Fix installation steps to allow for Pyenv 2
The text included info on Pyenv startup which is now outdated and incorrect. Closes pyenv/pyenv#1947, #387
1 parent 6742d0e commit 582b693

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,13 @@ Or, if you would like to install the latest development release:
7575
$ brew install --HEAD pyenv-virtualenv
7676
```
7777

78-
After installation, you'll still need to add
78+
After installation, you'll still need to do
79+
[Pyenv shell setup steps](https://github.com/pyenv/pyenv#basic-github-checkout)
80+
then add
7981
```sh
80-
eval "$(pyenv init -)"
8182
eval "$(pyenv virtualenv-init -)"
8283
```
83-
to your profile (as stated in the caveats). You'll only ever have to do this once.
84+
to your shell's `.rc` file (as stated in the caveats). You'll only ever have to do this once.
8485
8586
8687
## Usage

0 commit comments

Comments
 (0)