I have installed FSL 5.0 in my ubuntu 12.10. It's working fine when processed from GUI but when I try to run it using command line, it shows "command not found".
User shell setup is stored in a file called .bash_profile (BASH) or .profile (SH, KSH and sometimes BASH) in your home folder (eg ~/.bash_profile), you need to edit (or create) this file to add the following lines:
FSLDIR=/usr/local/fsl
. ${FSLDIR}/etc/fslconf/fsl.sh
PATH=${FSLDIR}/bin:${PATH}
export FSLDIR PATH
changing /usr/local/fsl to the directory path you installed FSL to.
User shell setup is stored in a file called .bash_profile (BASH) or .profile (SH, KSH and sometimes BASH) in your home folder (eg ~/.bash_profile), you need to edit (or create) this file to add the following lines:
FSLDIR=/usr/local/fsl
. ${FSLDIR}/etc/fslconf/fsl.sh
PATH=${FSLDIR}/bin:${PATH}
export FSLDIR PATH
changing /usr/local/fsl to the directory path you installed FSL to.
If Irene's answer doesn't fix your problem I suggest going to the FSL message boards. First do a search if anyone else has had your problem. After that post to the message boards. It is a better research for FSL questions than research gate.