virtualenv创建虚拟环境出错

virtualenv venv

出现错误

New python executable in /home/shitfly/webgo/venv/bin/python2.7
Not overwriting existing python script /home/shitfly/webgo/venv/bin/python (you must use /home/shitfly/webgo/venv/bin/python2.7)
Installing setuptools, pip, wheel...done.
Warn: You maybe need specify some required packages!

虚拟环境创建在之前创建过的文件夹下

sudo easy_install virtualenv

更新一下

virtualenv ENV

成功

New python executable in /home/shitfly/webspider/AVMOO/ENV/bin/python
Installing setuptools, pip, wheel...done.

你可能感兴趣的:(ubuntu问题)