Sunday, December 2, 2007

Additional Executables on GF12-GF19

SVN, several Java versions, and other executables are installed on gf12-gf19.ucs.indiana.edu under the directory /globalhome/globalbin. The simplest way to add all of these to your path is to use the command

export PATH=`echo \`find /globalhome/globalbin/ -name bin\`|tr ' ' ':'`:$PATH

or add this to your .bashrc to add all of the additional binary installations. Note ` is a back-tick, on the same key as the ~.