難免會遇到歷史遺留的python 2
的代碼。
如果指定需要python 2.7
的代碼,請安裝python2.7.9
版本,不要安裝必它還低的版本。
因為python 2.7.9包含了幾個前所未有的重大變化:
上面是結論,下面是踩坑過程。安裝了python 2.7.0
最後沒從坑裡爬出去。
win10
的cmd
或者powershell
中,執行python命令,卻彈出了應用商店,可以參考Win 10 中使用 Python 碰到的奇怪現象 C:\Python27\python.exe .\setup.py install
。如果安裝後,pip不在搜索路徑裡,可以參考Python pip : 無法將“pip”。我直接使用了絕對路徑。pip
之後,我們也無法使用pip來安裝其他python包。因為訪問不了倉庫。http://pypi.python.org/simple/
。而,本應該訪問的是https://pypi.python.org/simple/
C:\Python27\Scripts\pip.exe install chard
Downloading/unpacking chardet==1.1
Cannot fetch index base URL http://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement chardet==1.1
No distributions at all found for chardet==1.1
Storing complete log in C:\Users\GRRJ\AppData\Roaming\pip\pip.log
python2.7.9