bazel instal
########################################
#### Install Using Homebrew (MacOS) ####
########################################
brew tap bazelbuild/tap
brew install bazelbuild/tap/bazel
# Confirm you installation
bazel --version
########################################
#### Install Custom Ubuntu APT Repo ####
########################################
sudo apt install curl gnupg
curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
sudo apt update && sudo apt install bazel
sudo apt update && sudo apt full-upgrade
sudo apt install bazel-1.0.0
# Install JDK (Needed for Java only)
# Ubuntu 16.04 (LTS) uses OpenJDK 8 by default:
sudo apt install openjdk-8-jdk
# Ubuntu 18.04 (LTS) uses OpenJDK 11 by default:
sudo apt install openjdk-11-jdk
Also in Shell:
- git remove commit from local
- git search all branches
- windows virtualenv pip numpy problem
- kali linux command download
- ubuntu open directory from terminal
- create directory linux
- install lutris ubuntu 20.04
- dnstwist kali linux
- xcode errSecInternalComponent
- linux generate file
- clone repository git
- fatal: refusing to merge unrelated histories
- Change Git commit user name and author
- enzyme npm install
- bash ls exclude file
- how to deploy to netlify using git bash
- swagger editor locally
- view running jobs linux
- too many security failures vnc
- rpm fusion repo install fedora
- pip install opencv version
- uninstall cinnamon
- ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
- list all node versions mac