Where is virtualenvwrapper.sh after pip install?

后端 未结 24 1573
忘了有多久
忘了有多久 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条回答
  •  Happy的楠姐
    2020-12-07 09:59

    For me it was in :

    ~/Library/Python/2.7/bin/virtualenvwrapper.sh
    

    (With OS X, with a pip install --user installation)

提交回复
热议问题