Re: SETENV Command
From: Paul Howarth (paul_at_city-fan.org)
Date: 07/18/05
- Previous message: Steven W. Orr: "Re: SETENV Command"
- In reply to: Ahamarshan jn: "SETENV Command"
- Next in thread: Ahamarshan jn: "Re: SETENV Command"
- Reply: Ahamarshan jn: "Re: SETENV Command"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: For users of Fedora Core releases <fedora-list@redhat.com> Date: Mon, 18 Jul 2005 19:40:45 +0100
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@city-fan.org> -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Steven W. Orr: "Re: SETENV Command"
- In reply to: Ahamarshan jn: "SETENV Command"
- Next in thread: Ahamarshan jn: "Re: SETENV Command"
- Reply: Ahamarshan jn: "Re: SETENV Command"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|