guile-user
[Top][All Lists]
Advanced

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

Re: module search path


From: Andreas Rottmann
Subject: Re: module search path
Date: Thu, 01 Apr 2004 08:54:34 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Brian S McQueen <address@hidden> writes:

> I am on a system where I must operate from my home directory, and I do not
> have root.  How can I specify the search path for the modules which I have
> installed in my home directories?
>
> In fact I installed Guile in my home dir with --prefix.  I found
> guile-config was not installed for some reason.  I thought it should've
> been.  I modified my LD_LIBRARY_PATH, and my search path and everything
> seems to be fine, but not for the modules.
>

>From the Guile Reference "Intro to using existing modules":

,----
|    Existing modules have to be placed in places where Guile looks for
| them by default or in colon-separated directories in the environment
| variable `GUILE_LOAD_PATH'.  When this variable is set, those
| directories are searched first, then the the default.  The following
| command shows the complete list of directories searched:
| 
|      guile -c '(write %load-path) (newline)'
`----

HTH, Andy
-- 
Andreas Rottmann         | address@hidden      | address@hidden | address@hidden
http://yi.org/rotty      | GnuPG Key: http://yi.org/rotty/gpg.asc
Fingerprint              | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62

Python is executable pseudocode, Perl is executable line-noise.





reply via email to

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