Installed virtualenv and virtualenvwrapper: Python says no module named virtualenvwrapper

前端 未结 10 2107
挽巷
挽巷 2021-01-30 01:49

Lots of other threads about similar issues, but none that I could find where quite the same case as mine. So, here goes:

Things I did:

  • Ran
10条回答
  •  逝去的感伤
    2021-01-30 02:05

    In my case, adding this line into my .zshrc file did the trick,

    export VIRTUALENVWRAPPER_PYTHON=/usr/local/Cellar/python/2.7.13/bin/python2.7
    

    remember to source ~/.zshrc to update the change to your current terminal.

提交回复
热议问题