怎么安装系统Python3
不要去Python官网下载来手动装 Python3,使用下面的方式来装。
选项一:下载 Xcode Command Line Tools
打开命令行终端,输入下面的命令,同意
$ xcode-select --install
如果已经有了,会出现这个提示
xcode-select: note: Command line tools are already installed. Use "Software Update" in System Settings or the softwareupdate command line interface to install updates
如果没有,你就点击下一步,同意安装就行了。
选项二:在苹果商店搜索 Xcode 应用
直接下载,下载完了就行了。你可以检查是否成功,输入下面命令返回同样的就成功了。
$ xcode-select -p
/Applications/Xcode.app/Contents/Developer