When I execute:
$ which -a python
/usr/local/bin/python
/usr/bin/python
This bothers me because execute python directly will execute /usr/local/bin/python, but it can't link to correct dependencies. So, how could i correctly uninstall it? I've checked all packages.
I've checked dpkg --search /usr/local/bin/python but only get no path found matching pattern /usr/local/bin/python. Seems it was installed by compiling sources of python and make install. But now how can i remove it?
/usr/local/. That looks like software manually compiled and installed. – muru Jan 19 '15 at 11:18checkinstall, or have the original makefile around, there's no clean way. – muru Jan 19 '15 at 11:35