Re: Installing euphoria-4.0b2 on Xubuntu
- Posted by DerekParnell (admin) Nov 01, 2009
- 1686 views
carolyn said...
OK, I edited .bashrc and created .bash_profile with the same wording.
Then I typed eui hello.ex and eui tree.ex into Terminal but both times a message came up saying the file couldn't be opened.
I think I shall have to try and persuade Ubuntu to have a proper package set up for Euphoria, it would make things a lot easier!
Which file couldn't be opened?
I suspect it was "hello.ex".
In that case, I'm not surprised. The file "hello.ex" resides in the $EUDIR/tutorial folder, and as you didn't let Euphoria know that, it didn't look in that folder. I'm assuming you have actually defined the EUDIR symbol. Try this instead ...
eui $EUDIR/tutorial/hello.ex

