Re: what the 773H

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

Hello again!

> > A couple of questions.  Is this your user .bash_profile, or is it the one in
> > /etc?  Reason I'm
> > asking is that I have Euphoria set up in /etc/bash_profile, so that all
> > users can run Euphoria
> > programs.  EUDIR in my case is /usr/share/euphoria.
> 
>   It is the one in /home/jstory.

Okay.

>   I need to type the whole path to make it even try to work, and then it
> can't find files in the "include" directory, and those files are there.

Hmm.  I'll be able to switch this machine over to Linux this evening, and I'll
see if I can figure
things out.  However, since it appears that neither the PATH nor EUDIR is set
correctly, I'm
thinking that for some reason, your .bash_profile script isn't being fully read
when you login or
launch xterm.  I tried out Red Hat 7.0, and I had this problem with Euphoria as
well.  Try this.  If
you are in X Window, launch xterm.  Otherwise, "su" your way into root
privledges, and then use
vi, emacs, midnight commander, etc., to enter this at the bottom of
/etc/bash_profile:

#Euphoria test.
EUDIR=/home/jerry/euphoria
PATH=$PATH:$EUDIR/bin
export EUDIR PATH

See if the problem still persists after you do this.  If it does, then I'll take
a good look at how I
have my setup when I start up Linux this evening.

Travis Beaty
Evans, Colorado.


> 
> > 
> > Travis Beaty
> > Evans, Colorado.
> > 
> > > 
> > > <BEGIN bash_profile>
> > > 
> > > # .bash_profile
> > > 
> > > # Get the aliases and functions
> > > if [ -f ~/.bashrc ]; then
> > > 	. ~/.bashrc
> > > fi
> > > 
> > > # User specific environment and startup programs
> > > 
> > > PATH=/home/jerry/euphoria/bin:$PATH
> > > PATH=$PATH:$HOME/bin
> > > EUDIR=/home/jerry/euphoria
> > > BASH_ENV=$HOME/.bashrc
> > > USERNAME=""
> > > HISTIGNORE="[   ]*:&:bg:fg"
> > > 
> > > export USERNAME BASH_ENV PATH HISTIGNORE EUDIR
> > > 
> > > <END bash_profile>
> > > 
> > >        Jerry Story
> 
>        Jerry Story
> 
> 
>

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

Search



Quick Links

User menu

Not signed in.

Misc Menu