Skip to content

Can't uninstall projects installed with "pip install -e" #1895

@mgwilliams

Description

@mgwilliams

After installing a project (I've tried two) with pip install -e . and then running pip uninstall <project>, the egg-link remains in place and the pth remains altered.

If instead pip install -e <path/to/project> is used to install, pip uninstall <project> returns Can't uninstall '<project>'. No files were found to uninstall.

pip: 1.5.5
python: 2.7.6

pip installed on Ubuntu 14.04 via python-pip package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions