Re: Euphoria Linux Installation
- Posted by Kirkkaf13 Jul 15, 2013
- 1971 views
If you were not able to run it, then I'm not sure what to tell you -- either eui is not in your PATH or ed.ex is not installed in /usr/share/euphoria/bin.
To make a command-line shortcut, here is what I would do: in your home directory, mkdir bin. Then edit either your .profile or .bash_profile and add the line "export PATH=/bin:$PATH"
Finally, in your new /bin directory, edit a new file and name it whatever you want to call your shortcut (even 'ed' if you want) and add the line "eui /path/to/ed.ex $@"
These steps are the Linux analog to the DOS/Windows operations of adding a directory to your path in AUTOEXEC.BAT and then creating a batch file to run the program.
Hi Jaygade,
Sorry, I appear to have made a typo in my last post, I am able to run ed.ex fine.
Thank you for your support everyone, I no longer have an issue.
Kirk.