SETENV command ?????

SETENV command ?????

Post by Kourosh Moar » Wed, 10 Dec 1997 04:00:00



Hellow unix experts :
I am trying to install an imaging software on Linux called Central Test Node
which has an automatic environment setter or tester. But the command SETENV
does not seem to be in Red Hat 4.2. Am I looking in the wrong place. I have
installed this program on a DEC manchine using system V. But no luck under
Linux. Any comments, suggestions .....!?!?

Thanks in advance

Kourosh Moaref
Biomedical Engineering
Milwaukee School of Enginerring
Medical Imaging Design Team.

 
 
 

SETENV command ?????

Post by Nicola Pedrozz » Thu, 11 Dec 1997 04:00:00


Quote:> Hellow unix experts :
> I am trying to install an imaging software on Linux called Central Test Node
> which has an automatic environment setter or tester. But the command SETENV
> does not seem to be in Red Hat 4.2. Am I looking in the wrong place. I have
> installed this program on a DEC manchine using system V. But no luck under
> Linux. Any comments, suggestions .....!?!?

In Linux you work under "bash" (bourne again shell), even if it's called
/bin/sh.
It is a mixture (as far as I understand it) between "sh" and "tcsh".

That is, you have to do, for example:
=====================================

DISPLAY=system:0.0 (and eventually, in some cases, have a look at your
/etc/rc.d/ files)
export DISPLAY

and NOT:
========

setenv DISPLAY system:0.0

Bye nIc

BTW: this should be in the FAQ, right?

 
 
 

SETENV command ?????

Post by Doug Van Duse » Thu, 11 Dec 1997 04:00:00



> Hellow unix experts :
> I am trying to install an imaging software on Linux called Central Test Node
> which has an automatic environment setter or tester. But the command SETENV
> does not seem to be in Red Hat 4.2. Am I looking in the wrong place. I have
> installed this program on a DEC manchine using system V. But no luck under
> Linux. Any comments, suggestions .....!?!?

> Thanks in advance

> Kourosh Moaref
> Biomedical Engineering
> Milwaukee School of Enginerring
> Medical Imaging Design Team.

  setenv works with "csh" ("C" Shell) or "rcsh".  if you are using bash shell
you should be using a syntax that looks like this for setting the variable
DISPLAY;  DISPLAY=vt100;export DISPLAY

Hope that helps.

 
 
 

SETENV command ?????

Post by Jürgen Exne » Thu, 11 Dec 1997 04:00:00


Use csh/tcsh as your shell.
I believe, "man setenv" will take you to the proper man page, too.

jue
--
Jrgen Exner; jurgenex AT microsoft.com
Sorry for this anti-spam inconvenience


>Hellow unix experts :
>I am trying to install an imaging software on Linux called Central Test
Node
>which has an automatic environment setter or tester. But the command SETENV
>does not seem to be in Red Hat 4.2. Am I looking in the wrong place. I have
>installed this program on a DEC manchine using system V. But no luck under
>Linux. Any comments, suggestions .....!?!?

>Thanks in advance

>Kourosh Moaref
>Biomedical Engineering
>Milwaukee School of Enginerring
>Medical Imaging Design Team.

 
 
 

SETENV command ?????

Post by Kevin P Moone » Fri, 12 Dec 1997 04:00:00



>Hellow unix experts :
>I am trying to install an imaging software on Linux called Central Test Node
>which has an automatic environment setter or tester. But the command SETENV
>does not seem to be in Red Hat 4.2. Am I looking in the wrong place. I have

Use tcsh instead of bash as your shell.

--
Kevin P. Mooney        

WWW: http://www.acsu.buffalo.edu/~kpmooney

 
 
 

1. setenv command not found (?!)

I try to set some envirnment variables by using

setenv MY_VARIABLE_HERE  /usr/lib/my_variable_directory

and the shell gives me the error message:
"bash: setenv: command not found"

I would really appreciate any response that would help me to solve the
problem.

Thank you.
Ferdi.

--
Ferdinand Badescu
-Development technician-
-Lecturer-
Dept. of Physics & Astronomy
U.C. Irvine
Irvine, CA 92697
Tel: 949-824-8094
Fax: 949-824-2174


2. 3com 3C9805C-TXM & 3C996-T

3. setenv command

4. System Audit Utility

5. bash: setenv: command not found

6. Scheduling

7. setenv command

8. PNG viewer w/ cursor for HUGE files

9. setenv command ?

10. setenv command?

11. csh setenv command: calling from shell script

12. bash error - "bash: setenv: command not found"

13. linux newbie question about shell setenv command