Skip to content

Instantly share code, notes, and snippets.

View ryagas's full-sized avatar

Ryan C ryagas

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ryagas on github.
  • I am ryagas (https://keybase.io/ryagas) on keybase.
  • I have a public key ASBjfsFK7DNCPO1MEAPEPA7ks847-8OfJTX-VrPLRsSI7Ao

To claim this, I am signing this object:

#!/usr/bin/env bash
# Written by William Ting for the following blog post:
# http://williamting.com/posts/2012/04/18/set-up-python-and-django-on-dreamhost/
rcfile="${HOME}/.bashrc"
version="2.7.3"
setuptools_version="2.7"
tmp_dir="${HOME}/tmp-${RANDOM}"
if [[ ${#} == 0 ]]; then