Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save stevenwaskey/3d7f0136051b437286608d6b8e2c87f2 to your computer and use it in GitHub Desktop.
Save stevenwaskey/3d7f0136051b437286608d6b8e2c87f2 to your computer and use it in GitHub Desktop.
Install the AWS CLI Without Sudo (Linux, OS X, or Unix)
Install the AWS CLI Without Sudo (Linux, OS X, or Unix)
Amazon: [Installing the AWS Command Line Tool](http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-other-os)
If you don't have sudo permissions or want to install the AWS CLI only for the current user, you can use a modified version of the above commands:
$ curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
$ unzip awscli-bundle.zip
$ ./awscli-bundle/install -b ~/bin/aws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment