On 11th Jan 2012 I installed the latest version of Fermi Science Tools:
Current software version v9r23p1, released May 25, 2011, updated Aug 1, 2011, updated again Nov 1, 2011.
For Linux C Shell variants (csh, tcsh), for example:
setenv FERMI_DIR /usr/local/ScienceTools-v9r23p1-fssc-20111006-i686-pc-linux-gnu-libc2.5/i686-pc-linux-gnu-libc2.5 source $FERMI_DIR/fermi-init.cshFor Bourne Shell (sh, ash, ksh, bash), use the following pattern:
export FERMI_DIR=/usr/local/ScienceTools-v9r23p1-fssc-20111006-i686-pc-linux-gnu-libc2.5/i686-pc-linux-gnu-libc2.5 source $FERMI_DIR/fermi-init.sh