Skip to content

Instantly share code, notes, and snippets.

@Hramchenko
Created June 24, 2020 16:50
sudo apt install g++ unzip zip
wget https://github.com/bazelbuild/bazel/releases/download/0.13.0/bazel-0.13.0-installer-linux-x86_64.sh
chmod +x ./bazel-0.13.0-installer-linux-x86_64.sh
./bazel-0.13.0-installer-linux-x86_64.sh --prefix=/home/user/VENV/opt/bazel
export PATH="${PATH}:/home/user/VENV/opt/bazel/bin/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment