Download citation...
What type of file do you want?
Plain Text
BibTeX
Citation preview
Question
Asked 8th Feb, 2014
Sanjeev Nara
Basque Center on Cognition, Brain and Language
FSL 5.0 GUI working fine but Command line not working - any suggestions?
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".
MATLAB
fMRI
Image Processing
Neuroimaging
Medical Image Analysis
9th Feb, 2014
Irene Bollettini
San Raffaele Scientific Institute
You need to setup the configuration by hand.
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.
9 Recommendations
or
Discover by subject area
Join for free
Log in
For full functionality of ResearchGate it is necessary to enable JavaScript. Here are the
instructions how to enable JavaScript in your web browser
.