1. need help with Euphoria on Linux

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.

new topic     » topic index » view message » categorize

2. Re: need help with Euphoria on Linux

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

new topic     » goto parent     » topic index » view message » categorize

3. Re: need help with Euphoria on Linux

thanks you mattlewis. its working now.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu