安装python

Python安装包下载入口

https://www.python.org/

我安装的window,自己根据情况下载

按照操作系统的版本下载相应的Python安装包。

1、操作系统版本:

    ①“Windows x86”代表Windows 32位;

    ②“Windows x86-64”代表Windows 64位。

2、Python安装方式:

    ①“web-based installer”:在线安装,需要联网;

    ②“executable installer ”:exe可执行文件安装,支持离线安装;

    ③“embeddable zip file”:嵌入式安装,可以安装到其它软件。

建议选择“executable installer”可执行文件安装。

----------------------------------------------------------

下载完,安装

安装Python的时候一定要勾选“Add Python to Path”,否则需要手动添加环境变量,然后下一步就成功了

原文地址:https://www.cnblogs.com/wsying/p/9843640.html