Re: Euphoria Linux Installation
- Posted by jaygade Jul 14, 2013
- 2012 views
Hi Jaygade,
Thank you this was very helpful and I am not able to run ed.ex. The editor is nice and simple to use. Is there anyway I can create a shortcut to open it?
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.