The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4376779:

Actually, no, when you create a virtualenv it's based on an existing 
interpreter,
so, whatever you add to that base interpreter will be added to the virtualenv
interpreter, the good thing is that what you add to the virtualenv will not
be added to the base one.

So, the idea is to have a base with the common libraries for everything you
want and multiple virtualenv with specific dependencies.

Cheers,

Fabio

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to