From 02208ef638ef025389072b5af3fcaa1f5729b829 Mon Sep 17 00:00:00 2001 From: Jim Schwoebel <30424731+jim-schwoebel@users.noreply.github.com> Date: Fri, 13 Aug 2021 10:08:12 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3269c4..7719c59 100644 --- a/README.md +++ b/README.md @@ -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 -