安裝
若您要在
Windows 系統使用
Python,請至
Python 官網(
www.python.org) 下載安裝程式,進行安裝。目前官網預設提供下載的版本為
3.7。
如果是
Win7 版本,則先須更新至
Service Pack 1(SP1),才能安裝
Python 3。
不過,要注意的是,目前大多數的
Windows 系統是
64 位元版,但
Python 官網預設的下載是
32 位元版,要進入
下載頁面 再選取
64 位元版。
1. 點選
Downloads →
View the full list of downloads
2. 點選
Windows
3. 點選
Download Windows x86-64 executable installer
4. 點擊安裝檔,開始安裝,點選
Customize installation →
Install launcher for all users →
Add Python 3.7 to PATH
5. 所有選項都打勾
6. 安裝位置改為
C:\Python37
Linux 系統方面,
Python 幾乎已是時下主流的
Linux 系統所預設安裝的軟體套件,例如:
RedHat、
CentOS、
Ubuntu,在您安裝好作業系統時,就已經安裝
Python 了。
Mac 系統也是預設安裝了
Python。