gcloud command not found - while installing Google Cloud SDK

后端 未结 28 1150
忘掉有多难
忘掉有多难 2020-12-07 13:43

I am on a mac and am trying to install the Google Cloud SDK (including the gcloud command line utility) using this command in terminal

curl https://sdk.cloud         


        
28条回答
  •  萌比男神i
    2020-12-07 14:25

    If running

    source ~/.bashrc
    

    results in "No such file or directory"

    On windows:

    1. Go to c/Users/
    2. While holding shift, right-click .bashrc file and select "Copy as path"
    3. In bash: source -> for example: source "C:\Users\John\.bashhrc"

提交回复
热议问题