From af7271d472525fa6a6cddafb5b92b3342c491b4c Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Tue, 5 Nov 2013 16:10:08 +0000 Subject: [PATCH] Using /usr/bin/env to find the default python --- showstyle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showstyle.py b/showstyle.py index 012e29b..1ca8400 100755 --- a/showstyle.py +++ b/showstyle.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python from matplotlib import pyplot as plt import matplotlib