Skip to content

Commit

Permalink
Merge pull request #1 from thinhha/update-dependency-script
Browse files Browse the repository at this point in the history
Update install_development_dependencies.sh
  • Loading branch information
thinhha authored Oct 29, 2021
2 parents 1cafb64 + 42caa8e commit 2cc0c8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/install_development_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ sandboxfs --help
# Install Python dependencies
sudo apt-get update; sudo apt-get install -y make build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm \
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev \
unzip zip

# Install golang for building Bazelisk
curl -Lo /tmp/go1.16.5.linux-amd64.tar.gz https://golang.org/dl/go1.16.5.linux-amd64.tar.gz
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf /tmp/go1.16.5.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
go version
go version

0 comments on commit 2cc0c8b

Please sign in to comment.