Skip to content

uninstall doesn't remove scripts installed in 'editable' mode #5997

@bjmuld

Description

@bjmuld

Environment

  • pip version: 18
  • Python version: 3.6
  • OS: ubuntu 18.04

Description
installed (setuputils) package with '-e' flag. uninstalled package. package scripts remain.

Expected behavior
uninstalling package should remove package scripts.

How to Reproduce

  1. install package with pip install -e which includes scripts=[] in the setup.py
  2. uninstall same package with pip uninstall
  3. observe that scripts are still on path

Metadata

Metadata

Assignees

No one assigned

    Labels

    project: setuptoolsRelated to setuptoolstype: bugA confirmed bug or unintended behavior

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions