New issue 62 by correode...@gmail.com: uninstall script
http://code.google.com/p/trash-cli/issues/detail?id=62
Hi,
first of all thanks for this great piece of code.
second,
I think it will be nice to have an uninstall script, the same way Sigil
does (http://code.google.com/p/sigil/wiki/InstallationInstructions#Linux )
cheers,
Felipe.
Comment #1 on issue 62 by andrea.f...@gmail.com: uninstall script
http://code.google.com/p/trash-cli/issues/detail?id=62
You can use pip instead of easy_install, for example:
pip install trash-cli
and
pip uninstall trash-cli
Does this solve your issue?
Great!!!
Thanks!!!