Skip to content

Instantly share code, notes, and snippets.

@cpatrick
Created January 17, 2013 06:41
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 cpatrick/4554181 to your computer and use it in GitHub Desktop.
Save cpatrick/4554181 to your computer and use it in GitHub Desktop.
Starting up a virtual env for boto.
$ virtualenv boto-env
$ source boto-env/bin/activate
(boto-env) $ pip install boto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment