Reputation: 34103
I've encountered some problems with a heroku plugin (heroku accounts) and would like to uninstall/reinstall the Heroku Toolbelt all together, but cannot find any instructions on how to do this.
Upvotes: 10
Views: 5173
Reputation: 34103
Reading this issue in their repository, it doesn't seem to be any official way. Here's an alternative solution:
rm -rf ~/.heroku
sudo rm -rf /usr/local/heroku /usr/bin/heroku
Upvotes: 18