Skip to content

pip cannot uninstall from per-user site-packages directory #14

@vbabiy

Description

@vbabiy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behavior

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions