LoginSignup
1
1

More than 5 years have passed since last update.

Macにawscliを入れようとしたら詰まったので、調べただけ

Posted at
$ sudo pip install awscli

LINUXとかと同じで、これでいけてた気がするんやけど

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

じゃないと行けなかった。
http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-other-os

1
1
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
1
1