#!/bin/tcsh # This is a simple wrapper script that is used by cronjobs to # run commands using the standard environment setup by login # scripts. # # This has been modified for the AIEC project use which is # used to dynamically modify the CDC HV. source ${HOME}/.tcshrc # Remove any existing pyepics so it is taken from # the virtual environment below. setenv PYTHONPATH `printenv PYTHONPATH | tr ':' '\n' | grep -v epics | tr '\n' ':'` # Setup python virtual environment source $HOSS_VENV/bin/activate.csh #source /gluonfs1/gapps/python/VENV/hoss_hydra_20220513/venv/bin/activate.csh $*