> /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
> xcode-select --install)
> brew install openssl readline sqlite3 xz zlib
> brew install pyenv
Führe folgende Befehle im Terminal (zsh) aus:
> echo 'eval "$(pyenv init --path)"' >> ~/.zprofile
> echo 'eval "$(pyenv init -)"' >> ~/.zshrc
… und starte ein neues Terminal Fenster.
> pyenv install 2.7.8
setze Python3.8.5 als globale oder lokale ‘Standardversion’
> pyenv global 3.8.5
> python --version
Python 3.8.5