-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
Description
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:
- Run pip install --user SOMEPACKAGE
- Run pip uninstall SOMEPACKAGE
- Answer
y
when pip asks "Uninstalling SOMEPACKAGE: Proceed (y/n)?" - Open a Python console and observe that
import SOMEPACKAGE
still works; list contents of user site-packages directory and observe package files still there.
- Bitbucket: https://bitbucket.org/ianb/pip/issue/219
- Originally Reported By: Chris Lasher
- Originally Created At: 2011-02-24 00:20:28
Metadata
Metadata
Assignees
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior