天天看點

macos python3_在MacOS中無法将Python從3.6更新到3.7

macos python3_在MacOS中無法将Python從3.6更新到3.7

I have tried several commands to update python 3.6 to python 3.7 in homebrew on MacOS.

I have tried (as administrator user):

brew update

This claimed to install python 3.7

brew upgrade

brew link python3

brew link --overwrite python3

brew unlink python && brew link python

brew switch python 3.7.0

brew switch python 3.7.5

Cleaning /usr/local/Cellar/python/3.7.5

24 links created for /usr/local/Cellar/python/3.7.5

After all those attempts, I still get this:

python3 --version

Python 3.6.5

Can someone please help me to get switched over to python3?

解決方案

The final solution was that Python 3.7 was already installed and could be accessed using the command python3.7.