Created
June 9, 2016 16:19
-
-
Save stevenwaskey/3d7f0136051b437286608d6b8e2c87f2 to your computer and use it in GitHub Desktop.
Install the AWS CLI Without Sudo (Linux, OS X, or Unix)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
this doesn't work. "BadRcError"