gcloud not recognized as an internal or external command on Windows

后端 未结 17 1545
别那么骄傲
别那么骄傲 2020-12-17 10:07

I am installing Google App Engine under Windows (not using Cygwin). After running the bat script, I closed and reopened the cmd.exe and entered inside the

17条回答
  •  情话喂你
    2020-12-17 10:33

    If it is still not working you should also add path for Google Cloud SDK Staging in your system path,

    C:\Program Files\Google\Cloud SDK\google-cloud-sdk.staging\bin

    So you require both of the following in your system path property

    • C:\Program Files\Google\Cloud SDK\google-cloud-sdk\bin
    • C:\Program Files\Google\Cloud SDK\google-cloud-sdk.staging\bin

提交回复
热议问题