Skip to content

Instantly share code, notes, and snippets.

@dln
Created June 15, 2014 12:23
Show Gist options
  • Select an option

  • Save dln/c7c194d44c26992867c2 to your computer and use it in GitHub Desktop.

Select an option

Save dln/c7c194d44c26992867c2 to your computer and use it in GitHub Desktop.
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