標籤:windows 10 python 3.6.2
1、訪問官網:https://www.python.org,如:
650) this.width=650;" border="0" width="553" height="259" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />
圖 1官網
2、下載安裝包:
650) this.width=650;" border="0" width="554" height="530" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />
圖 2 Downloads – windows
650) this.width=650;" border="0" width="521" height="175" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />
圖 3選擇版本
650) this.width=650;" border="0" width="554" height="430" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />
圖 4選擇離線安裝版本
650) this.width=650;" border="0" width="485" height="296" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />
圖 5儲存下載檔案—檔案名稱自己可以修改
可能有人看到windows 幾個版本,對幾個版本有迷惑的地方,解釋
650) this.width=650;" border="0" width="541" height="503" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="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.
本地安裝過程:
650) this.width=650;" border="0" width="397" height="150" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />
圖 7雙擊安裝檔案
650) this.width=650;" border="0" width="554" height="344" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />
圖 8安裝時第一介面
我選擇Customize installation
650) this.width=650;" border="0" width="553" height="341" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />
圖 9安裝時,第二介面
650) this.width=650;" border="0" width="553" height="341" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />
圖 10安裝時,第三介面
650) this.width=650;" border="0" width="553" height="341" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />
圖 11安裝時,第四介面
.
650) this.width=650;" border="0" width="553" height="341" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />
圖 12安裝時,第五介面
註:
Clicking the “Disable pathlength limit” option removes the limitation on the MAX_PATH variable
看來這個選項,我理解錯誤,點擊這個選項,是刪除path裡MAX_PATH變數
本文出自 “孤舟夜航之家” 部落格,請務必保留此出處http://cysky.blog.51cto.com/211942/1965147
python install on windows 10