From cffed4df4044ad9962ac950cc2f66925ea377f7a Mon Sep 17 00:00:00 2001 From: tatiana Date: Tue, 6 Apr 2010 11:30:54 +0000 Subject: [PATCH] ENH: Forcing Python 2.6 --- invesalius/invesalius.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/invesalius.py b/invesalius/invesalius.py index 6f3bbbd..f6274e1 100755 --- a/invesalius/invesalius.py +++ b/invesalius/invesalius.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.6 # NOTE: #!/usr/local/bin/python simply will *not* work if python is not # installed in that exact location and, therefore, we're using the code # above -- libgit2 0.21.2