This is going to be a short question.
The source is here: https://github.com/exhuma/grc
And the title explains my problem 😉
I registered and uploaded the package to pypi. Now if I run easy_install grc, it works as expected. But if I run pip install grc, it installs properly, but does not install the data_files. I don’t see why this is happening. Any ideas?
Maybe the files aren’t installed in the path you expect. In Ubuntu 11.10, I see them under
/usr/local/configsas it can be seen inpip uninstalloutput:In your system, I guess you can check also the output of
pip uninstallto make sure.