I am trying to install the Google Cloud SDK on Mac using the following command in terminal
curl https://sdk.cloud.google.com | bash
It worked fine but when I move to the next step of
gcloud init
I get the following
-bash: gcloud: command not found
I have tried all solutions to the same question as in here, however I still get the same error message. The installer didn't prompt me with the following message either: Modify profile to update your $PATH and enable bash completion? (Y/n)?
echo "$PATH"
results in/Users/myname/anaconda3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/TeX/texbin
– salhin