Created
June 15, 2014 12:23
-
-
Save dln/c7c194d44c26992867c2 to your computer and use it in GitHub Desktop.
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
| VENV=$HOME/.python-env | |
| virtualenv $VENV | |
| $VENV/bin/pip install awscli | |
| export PATH=$VENV/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment