From f9c737b71173e7d0d818ae4882db76d4d24a8745 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Mon, 2 Jul 2007 19:53:51 +0000 Subject: [PATCH] Use environment to determine python location --- mpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpp.py b/mpp.py index a6cfab6..9902dcf 100644 --- a/mpp.py +++ b/mpp.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or