總之,我的問題是,當我嘗試創建使用mkvirtualenv從virtualenvwrapper一個virtualenv中,我得到以下錯誤: $ mkvirtualenv test
New python executable in test/bin/python
ERROR: The executable test/bin/python could not be run: [Errno 13]
我每次打開終端,在最上面我看到這個錯誤: Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named virtualenvwrapper.hook_loader
virtualenvwrapper.sh: There was a problem
我正在關注一個名爲Starting a Django 1.4 Project the Right Way的教程,其中介紹瞭如何使用virtualenv和virtualenvwrapper等。 有讀取的一段: 如果您在使用PIP安裝包(我不明白爲什麼你不會),就可以同時獲得的virtualenv和virtualenvwrapper通過簡單的安裝後者。 $ pip install virtualenv