Closed
Description
$ python2.7
Python 2.7.6 (default, Nov 18 2013, 11:08:31)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>>
$ find /usr/local/lib/python2.7/site-packages -name "*django*"
# Lots of files listed.
$ virtualenv-2.7 --system-site-packages --always-copy django_branch
$ find ./django_branch/ -name "*django*"
# Nothing found.
Metadata
Metadata
Assignees
Labels
No labels