brew install pyenv
brew install pipenv
Ajouté à .bash_profile ou .zshrc
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
source ~/.bash_profile
source ~/.zshrc
Exécutez l'un des
Python
pyenv install -l
pyenv install 3.8.5
pyenv global 3.8.5
Quittez le terminal et redémarrez-le
Assurez-vous que c'est 3.8.5 avec python --version