mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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):
|
3) Install [pyenv](https://github.com/pyenv/pyenv):
|
||||||
```shell
|
```shell
|
||||||
$ brew install pyenv
|
$ brew install pyenv
|
||||||
$ echo 'eval "$(pypenv init -)"' >> ~/.zshrc
|
$ echo 'eval "$(pyenv init -)"' >> ~/.zshrc
|
||||||
$ pyenv init
|
$ pyenv init
|
||||||
$ exec "$SHELL"
|
$ exec "$SHELL"
|
||||||
$ PATH=$(pyenv root)/shims:$PATH
|
$ PATH=$(pyenv root)/shims:$PATH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue