Skip to content

Instantly share code, notes, and snippets.

@ivanliu1989
Last active September 27, 2019 00:19
Show Gist options
  • Select an option

  • Save ivanliu1989/4d5cb86a307fe78c798e24b49c714faa to your computer and use it in GitHub Desktop.

Select an option

Save ivanliu1989/4d5cb86a307fe78c798e24b49c714faa to your computer and use it in GitHub Desktop.
# Install Bazel macOS
# Other systems see: https://docs.bazel.build/versions/master/install.html
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap bazelbuild/tap
brew install bazelbuild/tap/bazel
# Check bazel version
bazel --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment