0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

gcloudをzshにいれる | Catalina

Last updated at Posted at 2020-09-01

dhdhdhdhdh.png

google-cloud-sdkを入れてあることを確認する

"/Users/ユーザー名/google-cloud-sdk" already exists and may contain out of date files.
Remove it before installing? (y/N): n

パスを通す


% sudo vi /Users/ユーザー名/.zshrc
% source /Users/ユーザー名/.zshrc

.zshrc を編集する

# The next line updates PATH for the Google Cloud SDK.
source '/Users/ユーザー名/google-cloud-sdk/path.zsh.inc'

# The next line enables bash completion for gcloud.
source '/Users/ユーザー名/google-cloud-sdk/completion.zsh.inc'

gcloud --version

% gcloud --version
Google Cloud SDK 307.0.0
bq 2.0.59
core 2020.08.21
gsutil 4.53

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?