python官网下载windows版本时各文件的区别:web-based installer、executable installer、embeddable zip file,x86、x86-64

版权声明:转载请注明出处: https://blog.csdn.net/yisumi/article/details/84105602

python官网下载windows版本时,存在web-based installer、executable installer、embeddable zip file,x86、x86-64等多种文件,如下图:
下载链接1:https://www.python.org/downloads/release/python-371/
下载链接2:https://www.python.org/downloads/windows/
在这里插入图片描述

各文件的区别:
1、web-based installer、executable installer、embeddable zip file
web-based installer:在线安装。下载的是一个exe可执行程序,双击后,该程序自动下载安装文件(所以需要有网络)进行安装。
executable installer:程序安装。下载的是一个exe可执行程序,双击进行安装。
embeddable zip file:解压安装。下载的是一个压缩文件,解压后即表示安装完成。

2、x86、x86-64
Windows x86 :适用32位windows操作系统。
Windows x86-64 :适用64位windows操作系统。

本文来自:https://blog.csdn.net/yisumi
end…

猜你喜欢

转载自blog.csdn.net/yisumi/article/details/84105602
今日推荐