macOS安装Python

目录

首先你需要打开 Python的官网进行下载,点击 Latest Python 3 Release - Python 3.7.3 进行下载:

install on windows

下载完成之后一路下一步,注意其中有一节需要点击 Add Python To PATH,把它勾上。

install on windows step 1 install on windows step 2 install on windows step 3 install on windows step 4 install on windows step 5 install on windows step 6

在cmd窗口输入 python --version 如果打印出了Python的版本是 3.x 那么就是ok的!

$ python --version
Python 3.6.0