使用 google cloud SDK 安装后,curl https://sdk.cloud.google.com | bash
我遇到了 gloud 命令仍然无法识别的问题。因此gcloud init
无法初始化 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 命令进行卸载。
如果我缺少任何有用的信息,请告诉我。