Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not removing or modifying (outside of prefix) #18

Open
pjw91 opened this issue Jun 18, 2015 · 0 comments
Open

Not removing or modifying (outside of prefix) #18

pjw91 opened this issue Jun 18, 2015 · 0 comments

Comments

@pjw91
Copy link

pjw91 commented Jun 18, 2015

Environment: HEAD(currently 79a2667)

Process:

  1. install django through wheel
  2. clone venv(v1 -> v2)
  3. uninstall django from v2
    =>it says:
Not removing or modifying (outside of prefix)
/run/shm/v1/bin/django-admin

When install a wheel with executable script,
(eg. package django has the script django-admin installed to v1/bin/ registered by entry_points.txt)
there's will be a record/line in Django-1.8.2.dist-info/RECORD saying
/run/shm/v1/bin/django-admin,sha256=OhnVC0qu9vUaGIQ8FdZ2det2wZFRNckxaQVkGcSWGRA,272.

After cpvenv from v1 to v2, that line is still v1.

This is the source of this bug.

However, the django-admin and django-admin.py are removed from v2 correctly.
Therefore, currently this is just a annoying message causing nothing wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant