Python Virtualenv - No module named virtualenvwrapper.hook_loader

前端 未结 16 1514
野趣味
野趣味 2020-12-02 06:01

I\'m running Mac OS 10.6.8. and wanted to install in addition to python 2.6 also python 2.7 and use python 2.7 in a new virtualenv. I executed the following steps:

I

16条回答
  •  半阙折子戏
    2020-12-02 06:29

    I just had to make sure that /usr/local/bin/python existed.

    For me it was a simple:

    ln -s /usr/local/bin/python2.7 /usr/local/bin/python
    

提交回复
热议问题