开发者

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

开发者 https://www.devze.com 2023-02-10 19:58 出处:网络
virtualenv --no-site-packages foobar New python exe开发者_StackOverflow社区cutable in foobar/bin/python
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

精彩评论

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

关注公众号