|
@@ -53,8 +53,8 @@ tools that we recommend. See the [installation instructions](https://brew.sh/).
|
|
|
```bash
|
|
```bash
|
|
|
brew update
|
|
brew update
|
|
|
brew install pyenv
|
|
brew install pyenv
|
|
|
-pyenv install python3.8.5
|
|
|
|
|
-pyenv global python3.8.5
|
|
|
|
|
|
|
+pyenv install 3.8.5
|
|
|
|
|
+pyenv global 3.8.5
|
|
|
|
|
|
|
|
# Add 'eval "$(pyenv init -)"' to your shell rc file.
|
|
# Add 'eval "$(pyenv init -)"' to your shell rc file.
|
|
|
echo 'eval "$(pyenv init -)"' >> ~/.zshrc
|
|
echo 'eval "$(pyenv init -)"' >> ~/.zshrc
|