Skip to content

Instantly share code, notes, and snippets.

@AdityaKane2001
Created November 18, 2021 11:23
Show Gist options
  • Save AdityaKane2001/e796fb7b643ba96dbca8b239b85c273f to your computer and use it in GitHub Desktop.
Save AdityaKane2001/e796fb7b643ba96dbca8b239b85c273f to your computer and use it in GitHub Desktop.
#Install the latest version of Bazel. At the time of writing, the latest version was 4.2.1.
wget https://github.com/bazelbuild/bazel/releases/download/4.2.1/bazel-4.2.1-installer-linux-x86_64.sh
chmod +x bazel-4.2.1-installer-linux-x86_64.sh
./bazel-4.2.1-installer-linux-x86_64.sh
export PATH="$PATH:$HOME/bin"
bazel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment