Disclaimer: I am a biologist and have no background in computer science therefore my question may be very stupid.
I installed a software called EMAN2 on a linux system (Fedora, tcsh shell).
To be able to use this software I need to add it to PATH which I am unable to do.
I modified my .cshrc file and added the following command –
setenv PATH $PATH /home/cryosparc_user/EMAN2/bin
To execute the .cshrc file , I run source ~/.cshrc
And it returns > setenv: Too many arguments
What could have gone wrong?
I have tried a few different syntaxes, and a few differnt commands like set instead of setenv etc. I am expecting to see my newly installed software in PATH upon executing echo $PATH but it is not there.
Madhura is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.