From cb554b3a9c9f9413a2c1a660c558d21ac84ea191 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Tue, 19 Jan 2016 14:04:55 -0500 Subject: [PATCH] benchmark/scripts/SCIPY/dsyrk.py: Use the environment python. --- benchmark/scripts/SCIPY/dsyrk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/scripts/SCIPY/dsyrk.py b/benchmark/scripts/SCIPY/dsyrk.py index 10b96d3f2..eb47ebdb1 100755 --- a/benchmark/scripts/SCIPY/dsyrk.py +++ b/benchmark/scripts/SCIPY/dsyrk.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import os import sys