hagetak's blog

どうも、はげたかです。

2020-01-21から1日間の記事一覧

python3 で Google Cloud SDK(gcloud)をインストールする

環境 $ python -V Python 2.7.16 $ python3 -V Python 3.7.5 結論 環境変数が用意されているので、いれてあげる export CLOUDSDK_PYTHON=$(which python3) インストール(失敗編) $ curl https://sdk.cloud.google.com | bash ...省略 Welcome to the Googl…