Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Open terminal

  • Go to home directory (cd ~)

  • gedit .bashrc

  • add these three lines:

    Code Block
    languagebash
    export FREESURFER_HOME=/usr/local/freesurfer
    # Do custom SUBJECTS_DIR first, as FS startup will set to default if missing
    export SUBJECTS_DIR=/mnt/hgfs/LinuxShare/subjects4freesurfer
    source $FREESURFER_HOME/SetUpFreeSurfer.sh
  • save and restart terminal; test by running “freeview”

    Image Removed

...

Permissions

brain@ubuntu:~$ sudo chmod -R a+w $SUBJECTS_DIR

...