Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 704
Fellow Stranger Avatar asked Oct 10 '14 13:10

Fellow Stranger


1 Answers

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
like image 156
Fellow Stranger Avatar answered Dec 19 '22 23:12

Fellow Stranger