Skip to content

Commit

Permalink
Merge pull request #388 from native-api/patch-1
Browse files Browse the repository at this point in the history
Fix installation steps to allow for Pyenv 2
  • Loading branch information
anton-petrov committed Jul 25, 2021
2 parents c537bff + 582b693 commit 29fb3c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29fb3c7

Please sign in to comment.