Re: Getting Euphoria Up and Running
- Posted by ghaberek (admin) Sep 01, 2021
- 1066 views
I've installed the latest version.
What do you mean by "latest version?" We unfortunately have several different places to download from and 4.0 is still the "official" release listed everywhere, but 4.1 has been available since 2015. Which did you use?
I have manually added EUDIR and EUINC to my Environment variables.
These environment variables aren't necessary if you're using 4.0 and later. All you need is to point PATH to the bin directory and then update the paths in eu.cfg as needed. No harm in keeping them around either.
The path points to the Euphoria "bin" directory but, when I launch a CLI window, navigate to the Tutorial directory and type
EUI hello.ex
it simply displays the source of "hello.ex" in the Euphoria editor. I can't seem to get any of the programs to run.
This is really weird. What happens if you just type in eui and press Enter? It should just display the version of Euphoria and exit. Try changing to the Euphoria bin directory and run eui.exe from there. What happens then?
-Greg