From 210eeb05dd9b6c7c003ae45301aa057930d79089 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 25 Apr 2016 23:59:12 -0400 Subject: [PATCH] Correct python version in driver.py --- driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver.py b/driver.py index a462c1f..6934474 100755 --- a/driver.py +++ b/driver.py @@ -1,4 +1,4 @@ -#!/usr//bin/python +#!/usr/bin/env python2 # # driver.py - The driver tests the correctness of the student's cache # simulator and the correctness and performance of their transpose