Last active
August 17, 2017 13:58
-
-
Save kaosf/c697a279f225f7240b74e3933a8cec4b to your computer and use it in GitHub Desktop.
Use the "aws" command of "aws-cli" with Docker container (deprecated)
This file contains hidden or 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
sudo pip uninstall awscli | |
pip install --user awscli | |
export PATH=$HOME/.local/bin:$PATH | |
# 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
You don't have to use Docker now.