diff --git a/run.sh b/run.sh index 1a0dbc2e045b60b6f1f53d1d552a5836bba214fe..4c5480d27dbb949370a59bccff80ded6869ef3b4 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