Skip to content

Instantly share code, notes, and snippets.

@kaosf
Last active August 17, 2017 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaosf/c697a279f225f7240b74e3933a8cec4b to your computer and use it in GitHub Desktop.
Save kaosf/c697a279f225f7240b74e3933a8cec4b to your computer and use it in GitHub Desktop.
Use the "aws" command of "aws-cli" with Docker container (deprecated)
sudo pip uninstall awscli
pip install --user awscli
export PATH=$HOME/.local/bin:$PATH
# You don't have to use Docker now.
@kaosf
Copy link
Author

kaosf commented Aug 17, 2017

You don't have to use Docker now.

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