LoginSignup
6
6

More than 5 years have passed since last update.

MacにAWS CLIをインストール

Posted at

前提としてMacOS10.9&Pythonほとんど触らないこと(virtualenvとかpyenv使っている場合はよくわかりません)

AWSCLIのインストール条件にPython2.6以上があるので、そこは注意(まあ、今ならたいていおっけ?だとおもうけど)MacOS10.9だとデフォルトで2.7.5が入っているはず。

$ pytyon --version
Python 2.7.5

実際にインストールしてみる

$ sudo easy_install pip
$ sudo pip install awscli
$ aws help

これでhelpが出てればおっけーです。

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