Skip to content

--always-copy flag doesn't copy #654

Closed
@joedborg

Description

@joedborg
$ 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions