Let's look at the Google Cloud SDK installation instructions for macOS:
- Make sure that your operating system already has Python 2.7 installed.
- You can run the python -v command to check the version of Python that has been installed on your operating system.
- Download the right installation package based on your processor type (32-bit versus 64-bit) from this page: https://cloud.google.com/sdk/docs/quickstart-macos.
- Extract the archived package onto your local filesystem.
- Navigate to the extracted folder and run the following command:
./google-cloud-sdk/install.sh
- You can add the path of gcloud CLI to your %PATH% automatically during the installation process.
- Once the installation is complete, restart your Terminal so the changes take ...