Install the latest gcloud CLI version for macOS users. Ensure you already install python
STEP 1:
Check the current version of your python3 -V
STEP 2:
macOS 64-bit
(ARM64, Apple M1 silicon)
Run the package https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-449.0.0-darwin-arm.tar.gz
macOS 64-bit
(x86_64)
STEP 3:
For practice, run this as root folder.
sudo su
./google-cloud-sdk/install.sh
STEP 4:
cd /var/root/.bash_profile
STEP 5:
STEP 6:
Provide the preference as flags.
./google-cloud-sdk/install.sh --help
STEP 7:
Run and install the script with screen reader permission.
./google-cloud-sdk/install.sh --screen-reader=true
There should be an automated integration from your terminal to google console, requesting for google cloud email sign in and project Id. If configuration is confirmed implement the numeric 1, choose the region and zonal.
cd /var/root/.bash_profile
./google-cloud-sdk/bin/gcloud init
STEP 9:
The connection network should passed.
STEP 10:
Run gcloud version. You should have google cloud SDK installed.
You have successfully installed gcloud CLI version. Happy Learning 😊!!
Referencing : Google documentation
No comments:
Post a Comment