Recently, I have installed an application (gnuplot) under user directory (/home/usr/bin). I want to run the application whenever I type 'gnuplot' in any directory. What could I do?
I tried to set the path in ~/.cshrc by
setenv gnuplot /home/usr/bin/gnuplot
but it doesn't work. It reports "command not found" as I type gnuplot in the terminal.
/home/usr, really? That's insane./usr/localor/opt/usris where things like this should go.