-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 uninstall on Ubuntu(Linux) #6
Comments
Issue #105 was marked as a duplicate of this issue.
|
Hi, This is quite possible. In order to look into it more, I'd need to know which Thanks!
|
Pip --versuion is " $ pip --version pip 0.7 from /usr/local/lib/python2.6/dist-packages As you see folder "registration" not delete.
|
Hmm, I can't duplicate this. When I run the same sequence of commands, I get And both the registration/ and the .egg-info directory are deleted. This is on The thing that looks odd to me about your paste is that the .egg-info
|
I have Ubuntu 10.04
|
The reporter's dpaste is no longer up to make sure, but I suspect this may has-the
|
I had the same problem with Ubuntu 10.04 and pip 0.8 (using system's python).
|
I found the problem by looking into the uninstall function of Environment: ubuntu 10.04 and pip 0.8 (similar to other users) Example module: on line 410 of req.py: it tries to test if "/usr/local/lib/python2.6/dist- There is no problem at all working with virtualenv.
|
I finally figured out this problem. It has something to do with setuptools. In ubuntu 10.04, the default SOLUTION: sudo aptitude purge python-setuptools If you are obsessed, you may
|
|
I still have this problem with Ubuntu 10.10. The packages installed through NOT SOLVED: it's chicken and egg. You can't install pip without setuptools.
|
I downloaded setuptools 0.6c11 from PyPi as a tarball and installed that. Then So, could be a debian package issue. After all, I don't get why the package
|
Issue #208 was marked as a duplicate of this issue. silently
|
Issue #219 was marked as a duplicate of this issue. site
|
I have filed Bug #725178 on Launchpad regarding the inconsistent behavior of https://bugs.launchpad.net/ubuntu/+source/distribute/+bug/725178
|
Given that "pip uninstall" gets the egg-info name that it looks for by calling
|
Posted more details on the Ubuntu bug at https://bugs.launchpad.net/ubuntu/+s
|
I agree, Carl, the onus of this bug does seem to fall on the shoulders of
|
Added some more info [https://bugs.launchpad.net/ubuntu/+source/distribute/+bug/725178/comments/2][ i guess replacing basename in the last branch is unnecessary. Well, i removed
|
Thanks all for the assistance in tracking this down. It is in fact a bug in I've also pushed a workaround in pip to the new git repo which should fix this
|
I try install package via pip and immediately uninstall it but I see that package which have puted to my a python folder not uninstall after command: pip uninstall although pip in sell said me that pakage has uninstalled.
I think that it is bug.
Thanks
The text was updated successfully, but these errors were encountered: