1. 程式人生 > >Python2.7.15安裝及對應的pip、pygame安裝

Python2.7.15安裝及對應的pip、pygame安裝

1、安裝Python2.7.15
2、找到安裝目錄下有 python.exe 檔案,將該檔案的路徑新增到 環境變數PATH(在系統變數一欄下新增)
3、在cmd視窗輸入 python 執行,如能成功識別版本號,則環境變數新增正確
4、在cmd視窗中,一路cd,到達安裝目錄下的 Scripts資料夾下,有檔案 easy_install.exe,在cmd中執行命令 easy_install.exe pip,在 Scripts資料夾下安裝 pip.exe
5、將 pip.exe 路徑新增到 環境變數PATH中
6、在cmd視窗中執行指令 python -m pip install Pygame,下載安裝 pygame