From 19a00d4e70125f53389e77374009f8bb446f9955 Mon Sep 17 00:00:00 2001 From: nstelter-slac Date: Wed, 6 Mar 2024 15:47:50 -0800 Subject: [PATCH] BUG: Fix setup.sh file --- setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index 402c7cd..a22b64c 100644 --- a/setup.sh +++ b/setup.sh @@ -6,7 +6,7 @@ echo "Setting environment variables..." current_dir=$(pwd) export PYTHONPATH="$PYTHONPATH:$current_dir" -echo "PYTHONPATH appended with: $current_dir +echo "PYTHONPATH appended with: $current_dir" -# if you usually use same config file, convenient to add the following -# source setup.sh \ No newline at end of file +#if you usually use same config file, convenient to add the following +#export SUITE_CONFIG=".py"