Skip to content

Instantly share code, notes, and snippets.

View kumichou's full-sized avatar

Eric Hankinson kumichou

  • Covered Insurance
  • Hiram, OH
  • 16:53 (UTC -04:00)
View GitHub Profile
@kumichou
kumichou / virtualenv-auto-activate.sh
Last active August 31, 2016 19:11 — forked from codysoyland/virtualenv-auto-activate.sh
Updating to deactivate virtualenv is we're not within a project
#!/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.