LoginSignup
0
0

More than 5 years have passed since last update.

macのpython環境のせいでaws cliがインストールできないときは、pythonがバンドルされたインストーラーを使うと良い

Last updated at Posted at 2017-05-27

こんにちはsekitakaです。

macOSのバージョンアップ後やローカルのpython環境で色々実験した後など、aws cliが動かなくなったり、再インストールできなくなったりすることがあります。

そんな時は依存関係コミコミのバンドルされたインストーラーを使うと、スムーズにインストールできることがあります。
インストール手順は次の通り。

curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
unzip awscli.zip
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws

参考
http://docs.aws.amazon.com/ja_jp/cli/latest/userguide/awscli-install-bundle.html

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