- Learning Google BigQuery
- Thirukkumaran Haridass Eric Brown
- 281字
- 2021-07-02 21:24:02
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 the Beta 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, then open Command Prompt and type the following command:
gcloud init
- Log in using your Google Cloud account credentials and, after successful login, choose the projects available in your account. Kindly, remember the default Google Cloud project and the logged in account every time you run the commands.
- To view the saved project and account, run the following command. To use a different project in the Google Cloud Platform, run the same gcloud init command, choose the Re-initialize this configuration [default] with new settings option, and change the project:
gcloud info
- To get help on the commands in Google Cloud SDK, use the following command. This command will display the list of options available and a brief description about each:
gcloud help
- To update the Google Cloud SDK to the latest version, run the following command. It is better to have a scheduled task to do this once a month:
gcloud components update
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- Mastering NetBeans
- HBase從入門到實戰
- EPLAN實戰設計
- HDInsight Essentials(Second Edition)
- 程序員修煉之道:通向務實的最高境界(第2版)
- Java EE核心技術與應用
- Django 3.0應用開發詳解
- Spring 5 Design Patterns
- QPanda量子計算編程
- Python硬件編程實戰
- SQL Server 2008實用教程(第3版)
- LabVIEW入門與實戰開發100例(第4版)
- Jakarta EE Cookbook
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)