教程
安装
- 安装Homebrew (方便安装Python3)
在mac终端(Terminal)输入:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
等待Homebrew
安装完成(中间要输入mac密码)。 - 安装Python3.X最新版本
在mac终端(Terminal)输入:
brew install python3
等待最新版本python3.X
安装完成。 - 版本切换
在mac终端(Terminal)输入:
python
使用系统自带python2.7.0
在mac终端(Terminal)输入:
python3
使用刚才安装python3.6.0_1
网友评论