We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c537bff + 582b693 commit 29fb3c7Copy full SHA for 29fb3c7
README.md
@@ -75,12 +75,13 @@ Or, if you would like to install the latest development release:
75
$ brew install --HEAD pyenv-virtualenv
76
```
77
78
-After installation, you'll still need to add
+After installation, you'll still need to do
79
+[Pyenv shell setup steps](https://github.com/pyenv/pyenv#basic-github-checkout)
80
+then add
81
```sh
-eval "$(pyenv init -)"
82
eval "$(pyenv virtualenv-init -)"
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.
85
86
87
## Usage
0 commit comments