Click to See Complete Forum and Search --> : Where can I find 'setenv'?


kuber
07-19-2001, 11:03 PM
I have a linux from scratch system and I need this command but I can't find where to get the source package which contains the program.

Does anyone know where to get this, or what package it is part of?
Thanks,
Kuber

armando86
07-20-2001, 01:54 AM
Originally posted by kuber:
<STRONG>I have a linux from scratch system and I need this command but I can't find where to get the source package which contains the program.

Does anyone know where to get this, or what package it is part of?
Thanks,
Kuber</STRONG>

Do you have csh installed? 'setenv' is a builtin part of that shell.

EyesWideOpen
07-20-2001, 12:07 PM
FYI.

set is the Borne/Korne shell equivalent of setenv for [T]C shells.

So if you're using bash, for example, set will display/set your environment variables. If you want to use setenv try switching to a different shell.

kuber
07-20-2001, 02:21 PM
Ahh.. Thanks

Kuber

kuber
07-20-2001, 02:22 PM
Ahh.. Thanks

Kuber