Files may not be installed in the path you expect. In Ubuntu 11.10, I see them under /usr/local/configs , as seen in pip uninstall :
$ sudo pip uninstall grc Uninstalling grc: /usr/local/bin/grc /usr/local/configs/apache_access.yml /usr/local/configs/aptitude.yml /usr/local/configs/pysetup.yml /usr/local/lib/python2.7/dist-packages/grc /usr/local/lib/python2.7/dist-packages/grc-1.0b3.egg-info Proceed (y/n)?
On your system, I think you can also check pip uninstall .
source share