From 1f5fd091998137321dbcad3f372827c01992faa0 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 16 Jan 2020 11:01:26 -0800 Subject: Fix ShellBang Python Analysis Do not assume a location of the python interpreter. --- Examples/Modules/laser_injection_from_file/analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Examples/Modules/laser_injection_from_file/analysis.py') diff --git a/Examples/Modules/laser_injection_from_file/analysis.py b/Examples/Modules/laser_injection_from_file/analysis.py index 23b479c2d..87ef197dd 100755 --- a/Examples/Modules/laser_injection_from_file/analysis.py +++ b/Examples/Modules/laser_injection_from_file/analysis.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python # This file is part of the WarpX automated test suite. It is used to test the # injection of a laser pulse from an external binary file. -- cgit v1.2.3