Skip to content
Snippets Groups Projects
Commit 24940b59 authored by Sujen Shah's avatar Sujen Shah
Browse files

Update run.sh to add python executable to conda run

parent cd2d5113
No related branches found
No related tags found
No related merge requests found
...@@ -6,4 +6,4 @@ OUTPUTDIR="${PWD}/output" ...@@ -6,4 +6,4 @@ OUTPUTDIR="${PWD}/output"
ANALYSIS_DATE=$1 ANALYSIS_DATE=$1
conda run --live-stream --name mytobac /root/aos_test/src/Tracking_Paper_Plots-Lorenzo-aws.py ${ANALYSIS_DATE} 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 \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment