Where is virtualenvwrapper.sh after pip install?

后端 未结 24 1574
忘了有多久
忘了有多久 2020-12-07 09:20

I\'m trying to setup virtualenvwrapper on OSX, and all the instructions and tutorials I\'ve found tell me to add a source command to .profile, pointing towards virtualenvwra

24条回答
  •  一向
    一向 (楼主)
    2020-12-07 10:04

    I have the same problem. If you have older version of virtualenvwrapper, then pip wont work.

    download src from http://pypi.python.org/pypi/virtualenvwrapper/3.6 and python setup.py install. Then the problem solved.

提交回复
热议问题