Re: need help with Euphoria on Linux
- Posted by mattlewis (admin) Jul 06, 2009
- 905 views
gaz said...
i need help get euphoria to run on linux, i'm new to linux and its my first time using linux. i'm using ubuntu 9.0.
i have got euphoria installed in my home dictionary. now i have tryed to set the path and can't find the file to edit can anyone help me.
Add the following to ~/.bashrc
export EUDIR=~/euphoria export PATH=$PATH:$EUDIR/bin
Assuming that '~/euphoria' is where you've installed everything. You'll need to log out before these will take effect, or you could also simply execute those lines from the shell to be able to use euphoria in that particular shell.
Matt