Skip to content

Instantly share code, notes, and snippets.

@arnathan2k
Created April 18, 2018 19:31
Show Gist options
  • Save arnathan2k/cd638cb6a9121ae52880f0f9f1954665 to your computer and use it in GitHub Desktop.
Save arnathan2k/cd638cb6a9121ae52880f0f9f1954665 to your computer and use it in GitHub Desktop.
AWS python pip install Windows
AWS - CLI Link https://docs.aws.amazon.com/cli/latest/userguide/awscli-install-windows.html
Install Python using msi
# Check python version
python -version
# Check pip version
pip -version
# install aws cli
pip install awscli
# upgrade to new version
pip install --user --upgrade awscli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment