--no-site-packages?

Asked by Amit Saha

According to the documentation, --no-site-packages will *not* copy the /usr/lib/python2.5/site-packages/* to the virtual env. So, when it is not specified, it should copy, right?

But, I see that the packages from my site-packages have not been copied into my virtualenv when created with something like:

virtualenv virtualenv-1.

Here is the content of my 'site-packages' in virtualenv:

rw-r--r-- 1 amit amit 214 2009-01-17 16:10 easy-install.pth
-rw-r--r-- 1 amit amit 3,28,025 2009-01-16 15:06 setuptools-0.6c9-py2.5.egg
-rw-r--r-- 1 amit amit 29 2009-01-17 16:10 setuptools.pth

Question information

Language:
English Edit question
Status:
Solved
For:
Virtualenv Edit question
Assignee:
No assignee Edit question
Solved by:
Amit Saha
Solved:
Last query:
Last reply:
Revision history for this message
Amit Saha (amit-saha) said :
#1