mac系统默认安装的是Python2.7的版本,需要自己手动安装Python3.
(1)安装xcode。
(2)安装Xcode command line tool---
终端:xcode-select --install 回车。
(3)安装套件管理工具:Homebrew
终端:ruby -e"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 回车。(之后需要点击回车和输入设备密码)
(4)安装Python
终端:brew install python (路径我使用的默认的)
安装之后:查找安装的路径指令:which python3
网友评论