-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed as not planned
Labels
C: uninstallThe logic for uninstallation of packagesThe logic for uninstallation of packageskind: backwards incompatibleWould be backward incompatibleWould be backward incompatibleresolution: no actionWhen the resolution is to not do anythingWhen the resolution is to not do anythingtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
Description
- Pip version: 9.0.1 / 9.0.1-744-gcb696fce
- Python version: 3.6.4
- Operating system: Arch Linux
Description:
Add a package' source directory to PYTHONPATH, and try to uninstall it with pip, e.g.:
> git clone -q --depth 1 https://github.com/python-xlib/python-xlib.git
> (cd python-xlib && python setup.py -q egg_info)
> PYTHONPATH=python-xlib pip uninstall python-xlib; echo $?
Can't uninstall 'python-xlib'. No files were found to uninstall.
0Metadata
Metadata
Assignees
Labels
C: uninstallThe logic for uninstallation of packagesThe logic for uninstallation of packageskind: backwards incompatibleWould be backward incompatibleWould be backward incompatibleresolution: no actionWhen the resolution is to not do anythingWhen the resolution is to not do anythingtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior