Skip to content

Instantly share code, notes, and snippets.

View Willyfrog's full-sized avatar

Guillermo Vayá Willyfrog

View GitHub Profile
@Willyfrog
Willyfrog / virtualenv-auto-activate.sh
Created August 1, 2012 12:57 — forked from codysoyland/virtualenv-auto-activate.sh
virtualenv-auto-activate-auto-deactivate
#!/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.