使用curl https://sdk.cloud.google.com | bash
安裝Google雲SDK後,我遇到了gloud命令仍未被識別的問題。因此gcloud init
無法初始化SDK。安裝谷歌雲SDK錯誤,如何做乾淨安裝?
我試着刪除「google-cloud-sdk」文件夾來做一個新的安裝,但是我的終端現在每次打開時都會打印錯誤。的錯誤是:
user/google-cloud-sdk/exec -l /bin/bash/google-cloud-sdk/path.bash.inc: No such file or directory
和
user/.bash_profile: line 7: syntax error near unexpected token `fi' -bash: /User/.bash_profile: line 7: `fi
有東西顯然是從以前的纏綿安裝,但由於gcloud指令仍然無法識別我不能使用任何glcoud命令卸載。
讓我知道是否有任何有用的信息我失蹤。