# setup_pvss2_v3.0.1SP1.sh bash script suitable for sourcing in Cambridge on 20060117 export PVSS_DIR_NAME_I_INVENTED=/scratch/tdaq/PVSS export PARTICULAR_PVSS_DIR=$PVSS_DIR_NAME_I_INVENTED/pvss2_v3.0 # Even though it was pvss2_v3.0.1SP1 !!! export PATH=$PARTICULAR_PVSS_DIR/bin:$PATH export LD_LIBRARY_PATH=$PARTICULAR_PVSS_DIR/bin:$LD_LIBRARY_PATH echo echo PATH and LD_LIBRARY_PATH were modified for pvss2_v3.0.1SP1 echo You might like to try: echo echo " newproj $HOME/PATH_TO_MY_NEW_PROJ" echo " export PVSS_II=$HOME/PATH_TO_MY_NEW_PROJ/config/config" echo echo then edit $HOME/PATH_TO_MY_NEW_PROJ/config/config setting lang to en_US.iso88591 echo echo " start_pvss2" echo
Actually, at time of writing (20060117) I don't have the necessary root access to copy the licence file (see PVSS) to /scratch/tdaq/PVSS/pvcc2_v3.0 so for the moment to make the above work users have to manually copy the license file to a file named
$HOME/PATH_TO_MY_NEW_PROJ/config/shield
-- one copy for each new project. They need to do this after having executed the "newproj" line, but before trying to "start_pvss2".