#!/bin/tcsh -f # Run the hd_data_flow_mongui.py script after setting up the python # virtual environment. The envrionment is specified via the # HOSS_VENV variable which is set in /gluex/etc/hdonline.cshrc if ( ! $?HOSS_ENV ) then source ${HOSS_VENV}/bin/activate.csh endif python3 /gluex/builds/devel/$BMS_OSNAME/bin/hd_data_flow_mongui.py