我是mac的新手。我只是删除gcloud文件夹。现在当我打开命令行窗口时,我总是看到下一个: -bash:/Users/myuser/gcloud/google-cloud-sdk/completion.bash.inc:没有这样的文件或目录 -bash:/Users/myuser/google-cloud-sdk/path.bash.inc:没有这样的文件或目录 -bash:/Users/myuser/google-cloud-sdk/completion.bash.inc:没有这样的文件或目录
我知道错误地删除了gcloud命令。但我们已经拥有了。所以主要的问题是如何在Mac上打开命令行窗口时不获取当前日志?
答案 0 :(得分:2)
Cloud SDK使仅在安装时对文件系统进行以下更改:
~/.config/gcloud
目录(默认情况下)。Modify profile to update your $PATH and enable shell command
completion? (Y/n)?
和Enter a path to an rc file to update, or leave blank to use [/Users/$USER/.bash_profile]:
。这些路径在不同平台上略有不同,但三种类型的文件(安装文件,每用户配置和.rc文件)是相同的。