open-discussion > RE: a problem of Installing FSL in ubuntu?
Sep 27, 2011  05:09 PM | Arturo Cardenas-Blanco
RE: a problem of Installing FSL in ubuntu?
Have you tried lower case?

i.e. $bet or $flirt

if it does not work,  then follow the instruction on the fsl webpage to complete the configuration (see below).

http://www.fmrib.ox.ac.uk/fsl/fsl/linux....

Configuring



Put the following somewhere in your shell setup file (.bashrc, .profile, .cshrc etc., depending on what shell you use), replacing "/usr/local/fsl" with a path appropriate for where you have installed FSL:

  • bash / sh / ksh:
    FSLDIR=/usr/local/fsl
    . ${FSLDIR}/etc/fslconf/fsl.sh
    PATH=${FSLDIR}/bin:${PATH}
    export FSLDIR PATH
  • tcsh / csh
    setenv FSLDIR /usr/local/fsl
    source ${FSLDIR}/etc/fslconf/fsl.csh
    setenv PATH ${FSLDIR}/bin:${PATH}

hope it helps,

Threaded View

TitleAuthorDate
Dorje Long Sep 27, 2011
Lalet Scaria Sep 16, 2016
ZAFAR NEYAZ Aug 29, 2016
Vanessa Sochat Sep 27, 2011
gg 123 Oct 9, 2014
Guangyu Zhou Oct 9, 2014
gg 123 Oct 9, 2014
Ali Al-Radaideh Oct 9, 2014
Dorje Long Sep 28, 2011
RE: a problem of Installing FSL in ubuntu?
Arturo Cardenas-Blanco Sep 27, 2011
Michael Hanke Sep 27, 2011