Skip to content

Instantly share code, notes, and snippets.

@micmath
Last active November 15, 2019 14:58
Show Gist options
  • Save micmath/daab1c2a34021efd7ae21528de81ab2d to your computer and use it in GitHub Desktop.
Save micmath/daab1c2a34021efd7ae21528de81ab2d to your computer and use it in GitHub Desktop.

Is it installed already?

You will need Python and pip.

$ python --version
  Python 2.7.10
$ which aws
  /Users/michael/Library/Python/2.7/bin/aws
$ aws --version
  aws-cli/1.14.9 Python/2.7.10 Darwin/16.7.0 botocore/1.8.13

Need to update?

$ pip install awscli --upgrade --user
@micmath
Copy link
Author

micmath commented Nov 15, 2019

Follow the official AWS installation instructions to install the AWS CLI for your platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment