brew install pyenv
brew install pipenv
Zu .bash_profile oder .zshrc hinzugefügt
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
source ~/.bash_profile
source ~/.zshrc
Führen Sie einen von aus
Python
pyenv install -l
pyenv install 3.8.5
pyenv global 3.8.5
Verlassen Sie das Terminal und starten Sie es erneut
Stellen Sie sicher, dass es 3.8.5 mit python --version
ist