From 1e9d84c63211ef9ba165107105507e11c5301b4a Mon Sep 17 00:00:00 2001 From: Jackson Burns Date: Fri, 22 Sep 2023 19:14:38 -0400 Subject: [PATCH] switch to python in shebang for conda package --- rmg.py | 2 +- utilities.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rmg.py b/rmg.py index 26c27c00a4d..0b27098b816 100644 --- a/rmg.py +++ b/rmg.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python-jl +#!/usr/bin/env python ############################################################################### # # diff --git a/utilities.py b/utilities.py index c8e74258186..f84963a6324 100644 --- a/utilities.py +++ b/utilities.py @@ -310,7 +310,7 @@ def update_headers(): start of each file, be sure to double-check the results to make sure important lines aren't accidentally overwritten. """ - shebang = """#!/usr/bin/env python-jl + shebang = """#!/usr/bin/env python """