Re: [Freesurfer] $FREESURFER_HOME/bin not being added to PATH (tcsh)

2023-10-10 Thread Edward Zuniga
External Email - Use Caution Moving the two lines to the end of the init file and removing the SUBJECTS_DIR line resolved the issue. Thank you so much! Eddie On Mon, Oct 9, 2023 at 4:45 PM fsbuild wrote: > > If you add these 2 commands to setup the freesurfer environment, e.g.

Re: [Freesurfer] $FREESURFER_HOME/bin not being added to PATH (tcsh)

2023-10-09 Thread fsbuild
External Email - Use Caution If you add these 2 commands to setup the freesurfer environment, e.g., for csh/tcsh as your default shell, $ setenv FREESURFER_HOME /usr/local/freesurfer/7.4.1-1$ source $FREESURFER_HOME/SetUpFreeSurfer.csh - to your shell initialization file, $HOME/.

[Freesurfer] $FREESURFER_HOME/bin not being added to PATH (tcsh)

2023-10-09 Thread Edward Zuniga
External Email - Use Caution Hello, I am attempting to install FreeSurfer on a Centos 7 workstation using the tcsh shell. Below are the contents of my .cshrc file. Should $FREESURFER_HOME/bin be automatically added to the PATH? I tried rebooting, and it still is not adding it to t