mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
docs: fix the link to Pyenv shell setup steps (#516)
This commit is contained in:
parent
4b3f5f8468
commit
387f627464
|
|
@ -88,7 +88,7 @@ brew install --HEAD pyenv-virtualenv
|
||||||
```
|
```
|
||||||
|
|
||||||
After installation, you'll still need to do
|
After installation, you'll still need to do
|
||||||
[Pyenv shell setup steps](https://github.com/pyenv/pyenv#basic-github-checkout)
|
[Pyenv shell setup steps](https://github.com/pyenv/pyenv#b-set-up-your-shell-environment-for-pyenv)
|
||||||
then add
|
then add
|
||||||
```sh
|
```sh
|
||||||
eval "$(pyenv virtualenv-init -)"
|
eval "$(pyenv virtualenv-init -)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue