我在Python中構建了一個小應用程序,並且所有內容都運行平穩。之後,我決定用自制軟件將python升級到2.7.5。當我重新開始一個新項目時,我不再能夠創建虛擬環境。這是我得到的錯誤:Virtualenv在Python升級後不起作用。該怎麼辦?
virtualenv --no-site-packages club_envNew python executable in club_env/bin/python
ERROR: The executable club_env/bin/python is not functioning
ERROR: It thinks sys.prefix is u'/System/Library/Frameworks/Python.framework/Versions/2.7' (should be u'/Users/myusername/Code/python/club/club_env')
ERROR: virtualenv is not compatible with this system or executable
可能有人請解釋
- 這裏發生的事情,讓我明白了這個問題,並
- 我怎樣才能解決這個問題,並
- 如果有什麼我應該做的不同,從一開始呢?
你從virtualenv製作virtualenv? – eri