From f5efc86050fea9744fd72ca21e55a8b7701bb13c 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 2420f5f..e0ad36f 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