Skip to content

Instantly share code, notes, and snippets.

View rpkilby's full-sized avatar

Ryan P Kilby rpkilby

  • Dataline
  • Portland, OR
  • 04:45 (UTC -07:00)
View GitHub Profile
@codysoyland
codysoyland / virtualenv-auto-activate.sh
Created March 25, 2012 18:34
virtualenv-auto-activate
#!/bin/bash
# virtualenv-auto-activate.sh
#
# Installation:
# Add this line to your .bashrc or .bash-profile:
#
# source /path/to/virtualenv-auto-activate.sh
#
# Go to your project folder, run "virtualenv .venv", so your project folder
# has a .venv folder at the top level, next to your version control directory.