1. An EXU question
I'm not a real Linux user or anything, but I plan on installing Linux from
a Red Hat CD-R someone gave me next time I get a new computer(which I am
anticipating will be soon). I also plan on D/Ling Eu for Linux. I realize
that tons of shells are written for Linux and was wondering how to run EXU.
2. Re: An EXU question
Be sure to follow the installation instructions that come with the tar =
file. That includes having the EUDIR environment variable set & exported =
in a "profile" (akin to autoexec.bat) script (aka batch file). Also, make =
sure the euphoria/bin directory is in the path somewhere. Otherwise, you =
will have to specify the full path, even for the current directory (which =
is generally *not* in the path). To run exu from the current directory =
(assuming it's euphoria/bin) without having it set in the path, just type
./exu /home/myhome/myprog.exu
HTH,
Michael J. Sabal
>>> Uglyfish87 at HOTMAIL.COM 05/27/00 01:46PM >>>
I'm not a real Linux user or anything, but I plan on installing Linux from
a Red Hat CD-R someone gave me next time I get a new computer(which I am
anticipating will be soon). I also plan on D/Ling Eu for Linux. I realize
that tons of shells are written for Linux and was wondering how to run =
EXU.