Skip to content

Instantly share code, notes, and snippets.

@vochicong
Created July 2, 2019 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vochicong/09911a9d3fac12aa32635db656815afa to your computer and use it in GitHub Desktop.
Save vochicong/09911a9d3fac12aa32635db656815afa to your computer and use it in GitHub Desktop.
Install Datalab/gcloud SDK for Mac using brew
brew cask install google-cloud-sdk
gcloud components install datalab
gcloud init
gcloud auth login
export PATH=/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment