my pip version is 19.2.3, should not matter though.
I have some packages installed (maybe by pip install -e), now I have no way to undo it. I have tried clean the entry in easy-install.pth, and run pip uninstall mypackage
, but when I run:
pip freeze |grep my_package
it always there.
And also I have tried make clean
to clear all eggs/tox env from my development env too.
I'm wondering where doest pip read the info from?