virtualenv install &usage

sudo easy_install virtualenv
virtualenv --no-site-packages new2(folder name)
cd new2
source bin/activate



reference
http://inet6.blogspot.com/2010/02/virtualenv.html

原文地址:https://www.cnblogs.com/lexus/p/1725478.html