go to index

Python下载及安装

read time 1 min read
python tutorials

在Mac上安装Python

如果你正在使用Mac,那么系统自带的Python版本是2.7。要安装最新的Python 3,有两个方法:

方法一:从Python官网下载Python 3 macOS版的安装程序,下载后双击运行并安装;

方法二:如果安装了Homebrew,直接通过命令brew install python3安装即可。

方法三:使用anaconda整合包,点击下载地址即可下载安装 img.png

参考资料

视频

和我一起玩Python——ep1. Python下载及安装

文档

Install Homebrew

安装Python