Re: exu under mandrake 9

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Sat, Dec 14, 2002 at 07:25:54PM -0200,
rubis at fem.unicamp.br wrote:
> 
> Hi all;
> 
> 	I'm playing with mandrake 9 , trying to run exu but
I allways get the
> same error:
> 
> [rubens@localhost rubens]$ cd euphoria
> [rubens@localhost euphoria]$ cd bin
> [rubens@localhost bin]$ ls
> ascii*    cdguru*  eprint.ex  guru.ex  keywords.e 
search*     where*
> ascii.ex  ed.ex    exu*       key*     lines*     
search.ex   where.ex
> bin.doc   eprint*  guru*      key.ex   lines.ex   
syncolor.e
> [rubens@localhost bin]$ exu
> bash: exu: command not found
> [rubens@localhost bin]$ guru
> bash: guru: command not found
> [rubens@localhost bin]$ 
> 
> 
> my .bash_profile ->
> 
> # .bash_profile
> 
> # Get the aliases and functions
> if [ -f ~/.bashrc ]; then
>         . ~/.bashrc
> fi
> 
> # User specific environment and startup programs
> PATH=/HOME/bin:$PATH
> PATH=/home/rubens/euphoria/bin:$PATH
> 
> EUDIR=/home/rubens/euphoria
> 
> export PATH
> export PATH EUDIR
> unset USERNAME
> 
> 
> What i doing wrong ?
> 
> 
> thanks
> rubens
> 

Try this:

 # .bash_profile
 
 # Get the aliases and functions
 if [ -f ~/.bashrc ]; then
         . ~/.bashrc
 fi
 
 # User specific environment and startup programs
 export PATH=/home/rubens/euphoria/bin:/HOME/bin:$PATH
# is it /HOME/bin or /home/bin ??
 export EUDIR=/home/rubens/euphoria
 unset USERNAME

Also, the current directory isnt part of the path for
Linux/Unix.

after you cd to euphoria/bin, try running "./exu"

jbrown

>
> 
> 
>



=====
---------------
reply to jbrown1050 AT hotpop DOT com please, this is
being used as a send-only email address. futhermore, it
is being used only temporarily.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu