Environment Setup, the beginning of the road.
Python官方arrow-up-right
參考教學: Python3.6 Windows的安裝以及配置指南arrow-up-right
請下載3.x版本, 目前最新之穩定版本為3.6版本 [此為2018/06時推薦]
進行安裝步驟時,請注意環境變量的設置步驟...
v 記得勾選 [ Add Python 3.6 to PATH ]
q 如果不小心沒設置到, 請參考環境設置arrow-up-right [注意要改路徑位置喔]
Python官網 arrow-up-right
安裝Python arrow-up-right
在Mac OS上安裝arrow-up-right
內建Python, 請輸入指令以查看版本python3 --version
python3 --version
若沒有顯示版本,請輸入sudo apt-get install python3.6
sudo apt-get install python3.6
Last updated 7 years ago