-
Notifications
You must be signed in to change notification settings - Fork 3k
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
pip cannot uninstall from per-user site-packages directory #14
Comments
Works fine for me here (pip 0.8.2, using "yolk" as the test package). Reopen if you can provide more details to reproduce.
|
I am able to reproduce this bug on independent systems, both running Ubuntu There is no
|
|
Confirmed bug for Ubuntu 10.10, as well. Carl, on what system are you not able
|
I have discovered the tip of the problem, but not the underlying cause, nor When the user runs The problem is, that when the user runs This value is clearly inconsistent with the value for the egg name when its Note that this discrepancy doesn't occur during pip installation to a
|
Hi Chris, thanks for the debugging legwork here. I am actually on Ubuntu 10.10
|
make sure bdist_wheel is available up front
Issue #60 shows the introduction of pip support for package installation to the per-user site-packages directory, which is awesome. Uninstallation of packages in that directory, however, does not yet seem supported, Carl Meyer marked issue #44 as resolved, which seems directly related to this issue, so I found this bug surprising.
Steps to reproduce bug behavior:
y
when pip asks "Uninstalling SOMEPACKAGE: Proceed (y/n)?"import SOMEPACKAGE
still works; list contents of user site-packages directory and observe package files still there.The text was updated successfully, but these errors were encountered: