Win10安装Python3.9
1.下载Python3.9.1 Python 安装包下载地址: https://www.python.org/downloads/ 打开该链接,点击下图中的版本号或者 Download 按钮进入对应版本的下载页面,滚动到最后即可看到各个平台的 Python 安装包。 这里点击安装最新版的Python 3.9.1 对前缀的说明: 以 Windows installer (64-bit) 开头的是 64 位的 Python 安装程序; 以 Windows installer (32-bit) 开头的是 32 位的 Python 安装程序。 对后缀的说明: embeddable zip file 表示 .zip 格式的绿色免安装版本,可以直接嵌入(集成)到其它的应用程序中; executable installer 表示 .exe 格式的可执行程序,这是完整的离线安装包,一般选择这个即可; web-based installer 表示通过网络安装的,也就是说下载到的是一个空壳,安装过程中还需要联网下载真正的 Python 安装包。 这里我选择的是 Windows installer (64-bit) ,也即 64 位的完整的离线安装包。 2.安装Python3.9.1 Python 安装向导 双击下载得到的 python-3.9.1-amd64.exe,就可以正式开始安装 Python