Where is virtualenvwrapper.sh after pip install?

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

    For Ubuntu
    If you just installed it, check the output on Terminal, I'm posting mine :

    Running setup.py install for virtualenv-clone    
    Installing virtualenv-clone script to /home/username/.local/bin
    Successfully installed virtualenvwrapper virtualenv virtualenv-clone stevedore pbr six
    Cleaning up...
    

    Here the second line tells you the path. For me it was at /home/username/.local/bin

提交回复
热议问题