I’ve successfully installed Heroku Toolbelt on Mac, everything is working well except that Heroku creates multiply sh and ruby processes which freezes my mac on each usage of heroku app in Terminal.
Help appreciated 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In order to resolve issues we need to first remove Heroku Tollbelt:
and install Heroku using brew:
There is slight possibility that you’ll have to install additional gems in order to fully use Heroku, you’ll be notified in command line if there’s such need.
EDIT
Issue was resolved in newer version.