Where is virtualenvwrapper.sh after pip install?

原文链接: http://www.cnblogs.com/mmx8861/p/9277008.html

 

 

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 virtualenvwrapper.sh. I've checked all the python and site-packages directories, and I can't find any virtualenvwrapper.sh. Is this something I need to download separately? Is pip not installing correctly?

 

 

find / -name virtualenvwrapper.sh

 

 

use the  command line  above 

 

 

转载于:https://www.cnblogs.com/mmx8861/p/9277008.html

你可能感兴趣的:(Where is virtualenvwrapper.sh after pip install?)