SETENV Command

Paul Howarth paul at city-fan.org
Mon Jul 18 18:40:45 UTC 2005


On Mon, 2005-07-18 at 10:53 -0700, Ahamarshan jn wrote:
> just wondering if someone has installed Phred/Phrap
> and Consed program on FEDORA CORE 2. I have installed
> the program and also build them succesfully but i
> could not set the environmental variables when i give
> the command
> setenv PHRED_PARAMETER_FILE
> /usr/local/etc/PhredPar/phred.dat i always get the
> message no command found for setenv and I could not
> this invoke any program.
> I run set env from c shell.

The default shell in Fedora is bash, not csh. setenv is a csh command
that does not exist in bash. The bash equivalent would be:

export PHRED_PARAMETER_FILE=/usr/local/etc/PhredPar/phred.dat

Paul.
-- 
Paul Howarth <paul at city-fan.org>




More information about the fedora-list mailing list