October 2018
Intermediate to advanced
246 pages
6h 26m
English
The following are the steps to install Homebrew:
You can run the following script directly from Terminal:
/usr/bin/ruby -e "$(curl -fsSL \ https://raw.githubusercontent.com/Homebrew/install/master/install)"
Once Homebrew is installed, you can install Bazel with the following command:
brew install bazel
All is well. Now, you can verify the Bazel version using the command shown here:
bazel version
If Bazel is already installed, you can upgrade the version using this command:
brew upgrade bazel
Read now
Unlock full access