Skip to content

Instantly share code, notes, and snippets.

@heywbj
Created February 10, 2015 00:14
Show Gist options
  • Select an option

  • Save heywbj/3d0b75932ba5ec441587 to your computer and use it in GitHub Desktop.

Select an option

Save heywbj/3d0b75932ba5ec441587 to your computer and use it in GitHub Desktop.
virtualenv/bin/postactivate
#!/bin/bash
# This hook is sourced after this virtualenv is activated.
export DJANGO_SETTINGS_MODULE=gypsum.settings.dev
export GYPSUM_DB_NAME=gypsum
export PATH=$PATH:$PWD/node_modules/.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment