由于mac电脑自带python=2.7,现在我们使用的python>=3.5就需要我们自己安装
mac
python=2.7
python>=3.5
brew
如果电脑上没安装brew的可以使用下面命令安装传送门
brew install python