uninstall python2.5 on debian

"Martin v. Löwis" martin at v.loewis.de
Sat Sep 22 11:04:29 EDT 2007


> I have tried make uninstall and searched the web, but that did not help me.
> I guess rm -Rf python2.5 is not a wise thing to do.

It's part of the solution. There is no automated install procedure; you
have to manually remove everything that got installed. In <prefix>/bin,
it's most files that have 2.5 in their name, plus any links to them. In
<prefix>/lib, it's python2.5. In <prefix>/include, it's python2.5. Plus
a few things that I probably forgot.

Regards,
Martin



More information about the Python-list mailing list