From 24940b59f8b2d846d4da387780614c9f5c2a9826 Mon Sep 17 00:00:00 2001 From: Sujen Shah <sujen.shah@jpl.nasa.gov> Date: Tue, 25 Mar 2025 19:01:15 +0000 Subject: [PATCH] Update run.sh to add python executable to conda run --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 1a0dbc2..4c5480d 100644 --- a/run.sh +++ b/run.sh @@ -6,4 +6,4 @@ OUTPUTDIR="${PWD}/output" ANALYSIS_DATE=$1 -conda run --live-stream --name mytobac /root/aos_test/src/Tracking_Paper_Plots-Lorenzo-aws.py ${ANALYSIS_DATE} \ No newline at end of file +conda run --live-stream --name mytobac python /root/aos_test/src/Tracking_Paper_Plots-Lorenzo-aws.py ${ANALYSIS_DATE} \ No newline at end of file -- GitLab