Skip to content

Instantly share code, notes, and snippets.

@starkSV
starkSV / gcloud_docker_setup.md
Created June 26, 2018 06:31 — forked from pratos/gcloud_docker_setup.md
Installing gcloud on Ubuntu 16.04 LTS

Installing it using cURL

$ curl https://sdk.cloud.google.com | bash

When the first time you run the above statement, it might be that you'll get the following error if python2 is not installed in your system.

Welcome to the Google Cloud SDK!
Traceback (most recent call last):
  File "/home/pratos/google-cloud-sdk/lib/third_party/enum/__init__.py", line 364, in __getattr__