How to Install bazel on Mac using brew
Package Information:
Name: bazel
Use: Google’s own build tool
URL: https://bazel.build/
Installation Steps:
- Open Terminal on your Mac.
- Copy the below command and execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install bazel using brew
brew install bazel
bazel is ready to use now!