开发者

Python virutalenv issues, tried the --no-site-packages and got this

virtualenv --no-site-packages foobar
New python exe开发者_StackOverflow社区cutable in foobar/bin/python
Installing setuptools............done.

What happened here?

lsvirtualenv

returns nothing.


There is a difference between virtualenv and virtualenvwrapper.

An env created by virtualenv --no-site-packages foobar will not be seen by the virtualenvwrapper functions, such as lsvirtualenv.

If you want to tap the unbridled power of the virtualenvwrapper, follow these instructions and create a new env by mkvirtualenv --no-site-packages foobar

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜