Quickstart Google Cloud SDK for Linux

# Make sure that Python 2.7 is installed on your system python -V # Download the archive file (x86) https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-131.0.0-linux-x86.tar.gz # Download the archive file (x86_64) wget https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-131.0.0-linux-x86_64.tar.gz # Extract the archive to any location on your file system. gzip -d google-cloud-sdk-131.0.0-linux-x86_64.tar.gz ./ # Run the install script to add Cloud SDK tools to your path, enable command-completion in your bash shell, and/or and enable usage reporting ./google-cloud-sdk/install.sh # To view information your Cloud SDK installation and the active SDK configuration: gcloud info
Use this snippet to install Google Cloud SDK command line on your Linux.

#bash $commandLine #GCC #GoogleCloud #Cloud #Linux

#cesarnogcps

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.