Skip to content

Instantly share code, notes, and snippets.

@ollytheninja
Created December 1, 2019 22:42
Show Gist options
  • Save ollytheninja/75c09ad8fa770144b570610bd4f916dc to your computer and use it in GitHub Desktop.
Save ollytheninja/75c09ad8fa770144b570610bd4f916dc to your computer and use it in GitHub Desktop.
Install the preview version of AWS CLI V2 from source
mkvirtualenv aws2
workon aws2
pip install -e git://github.com/boto/botocore.git@v2#egg=botocore
pip install -e git://github.com/aws/aws-cli.git@v2#egg=awscli
alias aws2='python -m awscli'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment