**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