Hello,
I am working with a software called FreeSurfer: FreeSurferWiki - Free Surfer Wiki
I have successfully installed it on the repository, but am unable to run some of its commands. From what I understood, the linux shell is a bash shell, and I need to have a tcsh shell, as when I run the command:
$ recon-all -s 1514935 -i /project/prajwalg/subjects/1514935/1514935-20050520_T1.nii.gz -all
i get error:
bash: /home1/prajwalg/freesurfer/bin/recon-all: /bin/tcsh: bad interpreter: No such file or directory
Because when I wanted to change the shell to a csh shell using the $ chsh -s /bin/csh command, I got output: chsh: “/bin/csh” does not exist
So i wanted to to install this now, but for that, when i run sudo apt-get install csh, i get output that bash: sudo: command not found.
Now even to install sudo, i run $ su, but it asks for a password now, which I dont have.
So is there any way to change to a csh shell or at least install tcsh, because even installing it will make the commands run.
Thanks!