help-gnu-music
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

path


From: Han-Wen Nienhuys
Subject: path
Date: Wed, 7 Mar 2001 07:48:58 +0100

address@hidden writes:
> >you are still compiling against the copy of guile under /usr/, not the
> >one you compiled from source. Be sure to include ~/usr/bin/ into your
> >path, so the guile-config living there is found.
> 
> I don't really know how to do that.
> 
> This looks like it has to do with the path business but I'm not sure what
> to do with it.

put into ~/.bash_profile (if you run bash)

    export PATH="$HOME/usr/bin:$PATH" 

it adds $HOME/usr/bin to the path  (to be precise: it prepends). If
you run tcsh or csh,

    setenv PATH "$HOME/usr/bin:$PATH"

put into ~/.login

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]