From 06cae541ce6a3a3575a475cbc5134c08494f192f Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Wed, 17 Jan 2024 21:30:55 -0500 Subject: [PATCH] updating shebang in python testing scripts to allow for direct execution --- benchmarks/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/benchmark.py b/benchmarks/benchmark.py index c261c7a319e..56c2d8b1818 100755 --- a/benchmarks/benchmark.py +++ b/benchmarks/benchmark.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 from __future__ import print_function import itertools