How to Install Euphoria on Linux

 
Now that you've run: tar -xvz -f euphor22.tar to create the Euphoria subdirectories, you need to:

  • add euphoria/bin to your PATH

  • create an environment variable called EUDIR

To view the hidden files in your home directory, type:
ls -a
One or more of these files is executed when you log in. For instance, if you have a hidden profile file such as .bash_profile, you should search for the line:
PATH=...
and add euphoria/bin to it.

For example, a user called rob might do the following:
PATH=/home/rob/euphoria/bin:$PATH

You must also add a line for the variable EUDIR such as:
EUDIR=/home/rob/euphoria
And remember to export these variables:
export PATH EUDIR

euphoria/bin doesn't have to be first on your PATH, but if it isn't you'll have to rename the ed shell script in euphoria/bin, and perhaps a few others.