Can someone tell me where to set the search path for applications. I have several programs that use other LIB directories. I am running C shell on a Ultra 450 Solaris 8 or 5.8. I thought it was .cshrc but when I do a which. I get a totally different path.
How are you setting yor path in C Shell?
If it is relatively small you can use:
setenv PATH /usr/bin:/usr/sbin:/blah
For larger paths I would set it as follows
The .cshrc and .login are in your home directories. There is a default .login in /etc but, there should not be a path environment set. Type command "set" or $PATH and look at the path entry... You may want to verify that you default shell is the c-shell... Use command "env | grep SHELL
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.