Use the --uninstall or -u option to develop, i.e:
python setup.py develop --uninstall
This will remove it from easy-install.pth and delete the .egg-link. The only thing it doesn’t do is delete scripts (yet).
Use the --uninstall or -u option to develop, i.e:
python setup.py develop --uninstall
This will remove it from easy-install.pth and delete the .egg-link. The only thing it doesn’t do is delete scripts (yet).