Terminal issue with virtualenvwrapper after Mavericks Upgrade

后端 未结 8 2096
离开以前
离开以前 2020-12-07 20:41

After upgrading to OSX Mavericks, I am getting this message in the terminal:

/usr/bin/python: No module named virtualenvwrapper
virtualenvwrapper.sh: There w         


        
8条回答
  •  我在风中等你
    2020-12-07 21:09

    Try reinstalling pip and then reinstalling virtualenvwrapper (I had to go through these steps after upgrading to Mavericks):

    $ sudo easy_install pip
    $ sudo pip install --upgrade virtualenvwrapper
    

提交回复
热议问题