Skip to content

Instantly share code, notes, and snippets.

@madebyjazz
madebyjazz / mkappenginevenv.sh
Created June 22, 2011 16:38 — 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
# and modifies the postactivate/postdeactivate scripts to make
# the appengine code happy.
#
# Usage:
# $ curl -s https://raw.github.com/gist/1012769 | bash
#