External Email - Use Caution
If you setup the Freesurfer environment ... here using bash and not zsh ...hostname ~ bash$ export FREESURFER_HOME=/Applications/freesurfer/7.4.1$ source $FREESURFER_HOME/SetUpFreeSurfer.sh-------- freesurfer-macOS-darwin_x86_64-7.4.1-20230614-7eb8460 --------Setting up environment for FreeSurfer/FS-FAST (and FSL)FREESURFER_HOME /Applications/freesurfer/7.4.1FSFAST_HOME /Applications/freesurfer/7.4.1/fsfastFSF_OUTPUT_FORMAT nii.gzSUBJECTS_DIR /Applications/freesurfer/7.4.1/subjectsMNI_DIR /Applications/freesurfer/7.4.1/mni... and point FS_LICENSE to your license.txt file, e.g., in your $HOME directory ....$ cd$ pwd/Users/myuserid$ ls license.txtlicense.txt$ export FS_LICENSE=license.txt$ head -1 license.txtyou@somewhere.com <---- email you used to register.... then try running from the command line ...$ freeview $SUBJECTS_DIR/bert/mri/T1.mgzPlease keep in mind you will need to change SUBJECTS_DIR to some other path, e.g., $HOME/subjects$ mkdir -p $HOME/subjects$ export SUBJECTS_DIR=$HOME/subjects... and put files there if you want to write /modify subject files and data since /Applications/freesurfer/7.4.1/subjects is read only by default (not intended to be used to write data).