From: Arthur Darcet Date: Sat, 2 Feb 2013 10:56:01 +0000 (+0100) Subject: Use python2 in manage.py and Makefile X-Git-Url: http://git.polytechnique.org/?p=xnet;a=commitdiff_plain;h=9489e6b117f0e53e79fdbfb9520a1070d847ae5a Use python2 in manage.py and Makefile --- diff --git a/Makefile b/Makefile index c0a4e20..cda2569 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -MANAGE_PY = python manage.py +MANAGE_PY = python2 manage.py default: all diff --git a/manage.py b/manage.py index 787c342..75b1188 100755 --- a/manage.py +++ b/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import os import sys