From 3f5572e956242fb8b2eed0c4624fbc4f1d3f6da3 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Tue, 23 Apr 2019 22:17:59 +0100 Subject: [PATCH] Make included scripts virtualenv-friendly --- bin/run_test.py | 2 +- bin/run_tests.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/run_test.py b/bin/run_test.py index b9abde02..4891d783 100755 --- a/bin/run_test.py +++ b/bin/run_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python from __future__ import print_function import os, sys, subprocess, shutil diff --git a/bin/run_tests.py b/bin/run_tests.py index b39999f6..279a992c 100755 --- a/bin/run_tests.py +++ b/bin/run_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python from __future__ import print_function import os, sys, subprocess, shutil, json