Skip to content

Instantly share code, notes, and snippets.

View rckclmbr's full-sized avatar

Joshua Braegger rckclmbr

View GitHub Profile
@rckclmbr
rckclmbr / mkappenginevenv.sh
Created September 25, 2012 17:54 — forked from rmyers/mkappenginevenv.sh
Setup virtual env for appengine
#!/bin/bash
#
# Build a virtual environment suitable for running appengine.
# This uses virtualenvwrapper to make the virtual environment.
# Which you can activate with 'workon appengine'
#
# Everyone loves one-liners!
# Mac one-liner:
# $ curl -s https://raw.github.com/gist/3783418 | bash
#