mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #3417 from pypeclub/PyEnv-Typo
Fix typo in documentation: pyenv on mac
This commit is contained in:
commit
fb18cf9bdd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue