From 97ab7f33fc75d983206cf6ad3cb57f719a5aba88 Mon Sep 17 00:00:00 2001 From: Jackson Burns Date: Mon, 25 Mar 2024 21:59:54 -0400 Subject: [PATCH] change the default runner to python (from python-jl) in startup script --- rmg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ############################################################################### # #