Skip to content

Instantly share code, notes, and snippets.

@zellyn
Created February 26, 2009 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zellyn/70838 to your computer and use it in GitHub Desktop.
Save zellyn/70838 to your computer and use it in GitHub Desktop.
(setenv "DJANGO_SETTINGS_MODULE" "settings.com.ajc.projects.local")
(setenv "PATH" (shell-command-to-string "source .profile ; echo -n $PATH"))
(setenv "PYTHONPATH" (shell-command-to-string "source .profile ; echo -n $PYTHONPATH"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment