On Sat, 19 May 2001, Mike wrote:
> thanks to everyone who has helped me with this. i've now managed to extract
> the tar file but the instructions say to add the location of the sdk to the
> PATH settings. Where do i find path to modify it?
> i'm slowly but surely getting the hang of this. Looking forward to getting
> this up and running now.
Edit the file .bashrc (note the leading dot)
Add two lines like the following:
PATH=/home/irv/euphoria/bin:$PATH
export PATH
Replace /home/irv/euphoria/bin: with the full path to your sdk
probably /home/mike/something/something.....
Once you logout and back in, the new path will be in effect.
Regards,
Irv