dailylog 6-17-20

less than 1 minute read

How to reinstall python on your mac

RESOURCE

TL;DR:

brew install pyenv
pyenv install 3.7.3
pyenv global 3.7.3
pyenv version
echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n  eval "$(pyenv init -)"\nfi' >> ~/.zshrc

Then shut the whole thing (terminal) down Then reopen

which python
python -V
pip -V