Re: Installing Euphoria

new topic     » goto parent     » topic index » view thread      » older message » newer message

streiffus wrote:
> 
> Well, as far as I know Lindows is Debian based, if it helps any.  I downloaded
> it and
> read the Linux installation instructions, which involve adding the Euphoria
> bin to
> the user path through the command line.  However, I get no results, but I
> don't get
> any errors either.  It just awaits another command afterwards.

You should add at least the following lines to your .bash_profile file:

PATH=$PATH:$HOME/euphoria/bin
EUDIR=$HOME/euphoria
EUINC=$HOME/euphoria/include
export PATH EUDIR EUINC 

Then you can log out, and back in, and the changes will take effect.

After that, try just typing exu at a prompt.
What you see when you do that will indicate what to do next.
Hopefully, you'll see:

Euphoria Interpreter 2.4 for Linux.
Copyright (c) Rapid Deployment Software 2003
Permission is freely granted to anyone to copy and
redistribute this Public Domain Edition of Euphoria.

file name to execute?

If something is installed in the wrong place, you may see something like:
bash: exu  command not found

Give that a try.

Irv

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu