- Learning Google BigQuery
- Thirukkumaran Haridass Eric Brown
- 82字
- 2021-07-02 21:24:02
Installing Google Cloud SDK on macOS
On macOS, Python must be manually installed before installing the Google Cloud SDK. The Python installers for macOS are available here: https://www.python.org/downloads/mac-osx/.
Let's follow these steps:
- To install Google Cloud SDK on macOS, download the archive file from https://cloud.google.com/sdk/docs/quickstart-mac-os-x, extract it, and move it to a folder of your choice
- Run the install.sh file from the Terminal
- The rest of the steps to configure the SDK are similar to those used for Windows