Modify setup scripts to remove python stuff

This commit is contained in:
wiltbemj
2024-08-13 08:04:42 -06:00
parent 4ab705b756
commit 9999b158aa
2 changed files with 5 additions and 13 deletions

View File

@@ -15,16 +15,8 @@ echo "SCRIPT_DIR=$SCRIPT_DIR"
# strip off the "/scripts" folder to get to the root of the repository
set ROOT_DIR = `cd $rootdir/.. && pwd`
echo "ROOT_DIR=$ROOT_DIR"
setenv KAIJUHOME $ROOT_DIR
if (! $?PYTHONPATH) then
setenv PYTHONPATH $KAIJUHOME
else
setenv PYTHONPATH ${PYTHONPATH}:$KAIJUHOME
endif
setenv PATH ${PATH}:${KAIJUHOME}/scripts:${KAIJUHOME}/scripts/datamodel:${KAIJUHOME}/scripts/helio:${KAIJUHOME}/scripts/legacy:${KAIJUHOME}/scripts/preproc:${KAIJUHOME}/scripts/postproc:${KAIJUHOME}/scripts/quicklook:$KAIJUHOME/scripts/makeitso:$KAIJUHOME/scripts/makeitso-gamhelio
setenv PATH ${PATH}:${KAIJUHOME}/scripts:${KAIJUHOME}/scripts/preproc:$KAIJUHOME/scripts/makeitso:$KAIJUHOME/scripts/makeitso-gamhelio

View File

@@ -15,5 +15,5 @@ ROOT_DIR="$(echo "$SCRIPT_DIR" | sed 's:/scripts$::')"
# using only export= and not export+= to work with bash and zsh
export KAIJUHOME="$ROOT_DIR"
export PYTHONPATH="$PYTHONPATH:$KAIJUHOME"
export PATH="$PATH:$KAIJUHOME/scripts:$KAIJUHOME/scripts/datamodel:$KAIJUHOME/scripts/helio:$KAIJUHOME/scripts/legacy:$KAIJUHOME/scripts/preproc:$KAIJUHOME/scripts/postproc:$KAIJUHOME/scripts/quicklook:$KAIJUHOME/scripts/makeitso:$KAIJUHOME/scripts/makeitso-gamhelio:$KAIJUHOME/scripts/makeitso-gamhelio"
export PATH="$PATH:$KAIJUHOME/scripts:$KAIJUHOME/scripts/preproc:$KAIJUHOME/scripts/makeitso:$KAIJUHOME/scripts/makeitso-gamhelio"