« Cluster Benchmarking Results | Main | FUNDING_SOURCES »

Setting up your .tcshrc file

The .tcshrc file is a resource file in your home directory that sets up certain environment variables. To set it up just copy and paste the following commands once you are logged in to miles:


echo "setenv FSLDIR /Volumes/local/fsl" > ~/.tcshrc
echo " set path = ( ~/bin /Volumes/local/bin /usr/bin /bin /usr/local/sbin /usr/sbin /sbin /usr/X11R6/bin $FSLDIR/bin . )" >> ~/.tcshrc