Merge pull request #3417 from pypeclub/PyEnv-Typo

Fix typo in documentation: pyenv on mac
This commit is contained in:
Ondřej Samohel 2022-06-27 13:15:47 +02:00 committed by GitHub
commit fb18cf9bdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,7 +214,7 @@ $ brew install cmake
3) Install [pyenv](https://github.com/pyenv/pyenv):
```shell
$ brew install pyenv
$ echo 'eval "$(pypenv init -)"' >> ~/.zshrc
$ echo 'eval "$(pyenv init -)"' >> ~/.zshrc
$ pyenv init
$ exec "$SHELL"
$ PATH=$(pyenv root)/shims:$PATH