Installing Google Cloud SDK
The installers are available for Windows, Linux, and macOS. Since Linux has various distributions, some manual command execution is needed for installing and configuring the Google Cloud SDK on Linux.
Installing Google Cloud SDK on Windows
Google Cloud SDK for Windows comes with a friendly installer and it also comes with an option to install Python which is a prerequisite to run the commands in Google Cloud SDK:
- Download the installer from the link provided: https://cloud.google.com/sdk/docs/quickstart-windows. The installer is a GUI-based utility which will install the requisites for the SDK, and the SDK with default configuration.
- In the installation wizard, choose the
Bundled Python
option and, if it is being installed on a developer machine, then enable theBeta Commands
option to try out services in beta on Google Cloud:

- After the installation, the installer will launch a command terminal with the following command executed. If the command prompt is not launched...