我前段时间安装了Google Cloud SDK,每次打开我的终端时,我似乎都不能阻止这个功能的运行。
-bash: /Users/***/Desktop/***/node/y/google-cloud-sdk/path.bash.inc: No such file or directory -bash: /Users/***/Desktop/***/node/y/google-cloud-sdk/completion.bash.inc: No such file or directory
有什么想法可以让我把它完全移除吗?
我已经尝试过了:npm uninstall google-cloud-sdk -g
发布于 2017-05-30 01:29:15
经过广泛的挖掘,我找到了解决方案。
Google Cloud SDK似乎会将行添加到用户目录中的.bash_profile文件中。注释掉源码行解决了这个问题。
https://stackoverflow.com/questions/44247716
复制相似问题