python install on windows 10
1、访问官网:https://www.python.org,如下图:http://blog.51cto.com/e/u261/themes/default/images/spacer.gif
图1官网
2、下载安装包:
http://blog.51cto.com/e/u261/themes/default/images/spacer.gif
图2 Downloads – windows
http://blog.51cto.com/e/u261/themes/default/images/spacer.gif
图3选择版本
http://blog.51cto.com/e/u261/themes/default/images/spacer.gif
图4选择离线安装版本
http://blog.51cto.com/e/u261/themes/default/images/spacer.gif
图5保存下载文件—文件名自己可以修改
可能有人看到windows 几个版本,对几个版本有迷惑的地方,解释
http://blog.51cto.com/e/u261/themes/default/images/spacer.gif
图6几个版本的差异说明
文字解释:
An executable installer hasevery component of the program you're installing locally in theinstaller itself. This means that you can download the installer on a computer with internet access, copy it over to acomputer without internet access and install it there. This is usefull ifyou're installing network card drivers.
Web-based installers are small programs that when you start them, they download thenessecary files and install themdirectly. This means that the installer is very small.
If you just want to install python on yourlocal computer with web-access, it doesn't really matter which one you pick.
本地安装过程:
http://blog.51cto.com/e/u261/themes/default/images/spacer.gif
图7双击安装文件
http://blog.51cto.com/e/u261/themes/default/images/spacer.gif
图8安装时第一界面
我选择Customize installation
http://blog.51cto.com/e/u261/themes/default/images/spacer.gif
图9安装时,第二界面
http://blog.51cto.com/e/u261/themes/default/images/spacer.gif
图10安装时,第三界面
http://blog.51cto.com/e/u261/themes/default/images/spacer.gif
图11安装时,第四界面
.
http://blog.51cto.com/e/u261/themes/default/images/spacer.gif
图12安装时,第五界面
注:
Clicking the “Disable pathlength limit” option removes the limitation on the MAX_PATH variable
看来这个选项,我理解错误,点击这个选项,是删除path里MAX_PATH变量
页:
[1]