On Tue, Aug 15, 2006 at 09:45:22PM -0700, mowestusa wrote:
> I have tried setenv PKG_PATH again, but it says that no
command exists.
> So I'm guessing that since I'm not using the sh shell
any longer this is
> the issue.
Yes, you're not using the csh-shell anymore. In sh and
relatives like
bash, the command is
PKG_PATH="the path here"
export PKG_PATH
Or on one line:
export PKG_PATH="the path here"
--
Jarmo Jaakkola
|