Skip to content

Commit 29fb3c7

Browse files
authored
Merge pull request #388 from native-api/patch-1
Fix installation steps to allow for Pyenv 2
2 parents c537bff + 582b693 commit 29fb3c7

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)