Terminal issue with virtualenvwrapper after Mavericks Upgrade

后端 未结 8 2097
离开以前
离开以前 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:08

    Running these two commands helped me get rid of it (had done a software update on macOS High Sierra)

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

提交回复
热议问题