From 36708e49f29ccbac33827ea8331760e27aa7320f Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 1 Jul 2010 18:07:00 +0100 Subject: [PATCH] Use env python instance, not a static location, fixes virtualenv oddities --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index bcdd55e..5e78ea9 100755 --- a/manage.py +++ b/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python from django.core.management import execute_manager try: import settings # Assumed to be in the same directory.