- 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
推薦閱讀
- DevOps:軟件架構師行動指南
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Spring 5.0 By Example
- 兩周自制腳本語言
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Mastering Apache Maven 3
- Mobile Device Exploitation Cookbook
- Scratch3.0趣味編程動手玩:比賽訓練營
- 3ds Max印象 電視欄目包裝動畫與特效制作
- 零代碼實戰:企業級應用搭建與案例詳解
- Arduino可穿戴設備開發
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- OpenCV 3.0 Computer Vision with Java
- Hands-On Dependency Injection in Go
- Microsoft Dynamics GP 2013 Cookbook