Remove toolkelt hero on OS X

I ran into some problems with the heroku plugin (heroku accounts) and would like to uninstall / reinstall Heroku Toolbelt together, but cannot find any instructions on how to do this.

+6
source share
1 answer

Reading this issue in your repository does not seem to have any official way. Here's an alternative solution:

rm -rf ~/.heroku sudo rm -rf /usr/local/heroku /usr/bin/heroku 
+15
source

Source: https://habr.com/ru/post/976566/


All Articles