我已經在我的Ubuntu安裝了Python 2.7 10 LTSVIRTUALENV python2.7錯誤
tar xzf Python-2.7.tgz
cd Python-2.7
./configure
make
sudo make altinstall
蟒蛇似乎被正確安裝。
我已經安裝了virtualenv。如果我使用創造一個環境不受
一切正常:
但是,如果我嘗試使用:
sudo virtualenv env --p python2.7 --no-site-packages
我有follwing錯誤:
ImportError: No module named warnings
ERROR: The executable env1/bin/python2.7 is not functioning
ERROR: It thinks sys.prefix is '/home/me/Documents/test1' (should be '/home/me/Documents/test1/env')
ERROR: virtualenv is not compatible with this system or executable
在另一機器,一切工作正常與Python2.7所以我想有一些錯誤的我的python2.7安裝或與我的virtualenv安裝,但我不知道如何開始尋找隱藏問題的地方
閱讀一些論壇,似乎編譯python2.7是最好的方式來inst所有它在Ubuntu LTS – gpasse 2012-02-14 12:37:27
我已經安裝了使用DeadSnakes PPA的python2.7,我仍遇到同樣的問題 – gpasse 2012-02-14 13:03:21