- 到python.org官網下載處抓最新的版本,現在是2.7.14
抓到的檔案名稱會是 python-2.7.14.msi - 點兩下剛剛下載的安裝包
若要給系統上所有使用者用,選Install for all users
若是只有自己要用,選Install just for me - Select Destination Directory:選擇安裝位置
預設會安裝在C:\Python27\下面 - Customize Python 2.7.14:選擇需要安裝的相關東西
請在這一步驟選擇"Entire features will be installed on the local drive"
這樣才會把路徑都寫在系統的環境變數裡面 - Install Python 2.7.14:開始安裝,安裝完以後按Finish
這邊會感謝Mark Hammond,沒有他免費的幫忙,現在還只會是Python for DOS而不是Python for Windows
- python --version
Python 2.7.14 - where python
- where pip
安裝好之後,參考 Python的套件管理程式PyPI(pip)這篇文章來安裝套件
- pip list
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
pip (9.0.1)
setuptools (28.8.0) - pip install numpy
- pip install scipy
- pip install matplotlib
- pip list --format=columns
Package Version
----------------------------- -------
backports.functools-lru-cache 1.4
cycler 0.10.0
matplotlib 2.1.0
numpy 1.13.3
pip 9.0.1
pyparsing 2.2.0
python-dateutil 2.6.1
pytz 2017.3
scipy 1.0.0
setuptools 28.8.0
six 1.11.0
最後,若知道環境變數設定,可以在命令提示字元下輸入:
- echo %path%
C:\Python27\;C:\Python27\Scripts;......
_EOF_
沒有留言:
張貼留言