Mac下使用Python 3 当前位置: Home » 学点技术 » python » Mac下使用Python 3 Mac自带Python 2.7,满足系统需求。现在需要安装python 3满足学习和开发。 ● 使用Homebrew安装python 3 $ brew install python 如果提示需要更新homebrew且更新缓慢,可以试着把源替换为中科大的,参考1,参考2 ● 使用python 3 $ python3 如果要使用python2 ,只需要在终端输入$ python即可。 ● 在PyCharm上使用python 3 需要在项目中配置使用的python版本。