Skip to content

Instantly share code, notes, and snippets.

@kaganjd
Created February 21, 2018 20:19
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 kaganjd/9c1c239bdb78937435ff0c68172ad3d8 to your computer and use it in GitHub Desktop.
Save kaganjd/9c1c239bdb78937435ff0c68172ad3d8 to your computer and use it in GitHub Desktop.
Set up a virtualenv for AWSCLI with Python3
mkdir test-python
cd test-python/
virtualenv -p /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 test-python
source test-python/bin/activate
pip3 install awscli --upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment