Fellow Stranger
Fellow Stranger

Reputation: 34103

Remove heroku toolbelt on OS X

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

Answers (1)

Fellow Stranger
Fellow Stranger

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

Related Questions