mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix pyenv typo
This commit is contained in:
parent
714c588487
commit
c3ffa95ece
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