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