Where is virtualenvwrapper.sh after pip install?

后端 未结 24 1600
忘了有多久
忘了有多久 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:16

    Installed it using pip on Ubuntu 15.10 using a normal user, it was put in ~/.local/bin/virtualenvwrapper.sh which I found by running:

    $ find / -name virtualenvwrapper.sh 2>/dev/null

提交回复
热议问题