Use python2 in manage.py and Makefile
authorArthur Darcet <arthur.darcet@m4x.org>
Sat, 2 Feb 2013 10:56:01 +0000 (11:56 +0100)
committerArthur Darcet <arthur.darcet@m4x.org>
Sat, 2 Feb 2013 10:56:10 +0000 (11:56 +0100)
Makefile
manage.py

index c0a4e20..cda2569 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-MANAGE_PY = python manage.py
+MANAGE_PY = python2 manage.py
 
 
 default: all
index 787c342..75b1188 100755 (executable)
--- a/manage.py
+++ b/manage.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 import os
 import sys