Created
July 2, 2019 04:26
-
-
Save vochicong/09911a9d3fac12aa32635db656815afa to your computer and use it in GitHub Desktop.
Install Datalab/gcloud SDK for Mac using brew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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