python foundation installation --Mac

Operating Environment

Mac comes with python 2.7, but the latest version of python is python3, so updated
input terminal in

brew install python3

Use Homebrew install python3
then see if the installation is complete

which python3

Will output

/usr/local/bin/python3

HERE

Recommended items

  • pycharm

Recommended algorithm

  • sublime
  • vim

Guess you like

Origin www.cnblogs.com/Emcikem/p/11668027.html