Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-schwoebel authored Aug 13, 2021
1 parent 91b5800 commit 02208ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ export CPPFLAGS="-I/usr/local/opt/llvm@8/include"
eval "$(pyenv init -)"
export PATH="/usr/local/opt/llvm@8/bin:$PATH"
```
Now go back to the main terminal by pressing command + x and then press -y to save changes.

Now go back to the main terminal. Now setup python 3.9.5 with pyenv:
Now setup python 3.9.5 with pyenv:
```
echo 'eval "$(pyenv init -)"' >> ~/.zshrc
cd /Users/$USER/.pyenv/plugins/python-build/../.. && git pull && cd -
Expand Down

0 comments on commit 02208ef

Please sign in to comment.