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
#!/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 | |
# |
NewerOlder