lunes 18 de julio de 2011

python setup.py howto uninstall (linux)


You need to remove all files manually :(
Just two commands :
python setup.py install files_to_delete
cat files_to_delete | xargs rm -rf

Google Analytics Alternative