【GoogleCloudPlatform/gcp】HomebrewでGoogle Cloud SDKをMacローカルにインストール
cloud shellもいいのですが、
Homebrewでやりたい。
ドキュメントではhomebrewに言及していないので記事にします。
how to install gcp sdk with homebrew
index
1. run command
2. see info
3. Add code to your shell configuration file
4. restert shell
5. Let's check if the command can actually be used
1. run command
下のコードを実行
2. see info
下のコードを実行
すると
bashかzshか、
お使いのshellに足すコードを教えてくれます
下記はzsh
3.Add code to your shell configuration file
.zshrcに下記のように足しました
4.restart shell
言わずもがなですが
設定ファイルを更新したら再起動しましょう
5. Let's check if the command can actually be used
実際に使えるか確認しましょう
最高ですね
ありがとうございます
ではー