Next: Failure in FIT2D Start-up
Up: Trouble-Shooting
Previous: Trouble-Shooting
If when you enter FIT2D the system responds:
fit2d: Command not found.
this means either that FIT2D has not been installed (properly), or that your PATH variable is not properly defined. Normally, FIT2D and other EXPG programs should be found in the /usr/local/bin directory.
Thus, your environment variable PATH should include this directory.
e.g. To add the /usr/local/bin directory to the search ``path''
for executable programs you can add the following instruction to your
.cshrc file:
setenv PATH /usr/local/bin:$PATH
See your system administrator, if you cannot rectify the problem.