install virtualenv without sudo

用普通用户安装virtualenv

Perhaps this was valid for older versions of virtualenv. For now, if you want to run virtualenv on a machine you're not root: download and untar one if these:

https://github.com/pypa/virtualenv/releases,

then then just run python virtualenv.py /path/to/new/virtualenv/to/create

猜你喜欢

转载自www.cnblogs.com/buxizhizhoum/p/11394538.html