Re: [Freesurfer] R: R: syntax error near unexpected token 'newline'

2019-08-31 Thread Tim Schäfer
External Email - Use Caution > On August 30, 2019 at 10:26 PM michele rizzi wrote: > I put > export SUBJECTS_DIR= I would recommend to go through a short introduction to BASH (if that is the shell you want to use) before working with FreeSurfer, it will save you a lot of

Re: [Freesurfer] R: R: syntax error near unexpected token 'newline'

2019-08-30 Thread fsbuild
External Email - Use Caution Yes, as Viviana said, you need to specify the path to the Applications folder by using a leading slash “/“ character. You can test that path /Applications/freesurfer/subjects is OK by opening the terminal application and then typing at the dollar

Re: [Freesurfer] R: R: syntax error near unexpected token 'newline'

2019-08-30 Thread Viviana Siless
External Email - Use Caution Hi, I think you are just mistyping it, if the subjects dir is in " /Applications/freesurfer/subjects/ " the command should be: export SUBJECTS_DIR=/Applications/freesurfer/subjects/ ( instead of export SUBJECTS_DIR=) Viv On Fri, Aug 30, 2019

Re: [Freesurfer] R: R: syntax error near unexpected token 'newline'

2019-08-30 Thread Bruce Fischl
oh, the export command is failing? You mentioned you weren't running bash (which is the shell that knows what to do with an export command). Can you install bash? If not, you can use setenv instead of export and the .csh file instead of the .sh On Fri, 30 Aug 2019, michele rizzi wrote:  

[Freesurfer] R: R: syntax error near unexpected token 'newline'

2019-08-30 Thread michele rizzi
External Email - Use Caution I put export SUBJECTS_DIR= but again I get -bash: syntax error near unexpected token `newline' ___ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu