Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Heroku CLI on Mac with Bash Termimal

Tags:

heroku-cli

I'm trying to follow this guide and install Heroku CLI on my Mac. https://devcenter.heroku.com/articles/heroku-cli#download-and-install

When I typed

brew tap heroku/brew && brew install heroku

The terminal returns

bash: brew: command not found

What should I do here?

like image 389
SpiderGwen Avatar asked Dec 05 '25 04:12

SpiderGwen


1 Answers

are u already install brew on your system? if not try read this :

https://brew.sh/

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)

paste that in a macOS Terminal or Linux shell prompt.

after install brew, try again install heroku cli

https://devcenter.heroku.com/articles/heroku-cli

like image 103
Nicho Avatar answered Dec 10 '25 15:12

Nicho



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!