How to remove gcloud fully?

孤街浪徒 提交于 2019-12-02 10:59:18

The Cloud SDK makes only the following changes to the filesystem on installation:

  1. Adds and populates the Cloud SDK root directory, where you directed the installer.
  2. Configuration goes in the ~/.config/gcloud directory (by default).
  3. Modifies the RC files that you specified on installation (in response to the questions Modify profile to update your $PATH and enable shell command completion? (Y/n)? and Enter a path to an rc file to update, or leave blank to use [/Users/$USER/.bash_profile]:.

These paths are slightly different on different platforms, but the three types of files (installation files, per-user config, and .rc files) are the same.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!