From 92f6a4777e9c4f259a4c1ba23a09b0369716098f Mon Sep 17 00:00:00 2001 From: djcb Date: Thu, 19 Jan 2012 21:41:11 +0200 Subject: [PATCH] * mu-guile.texi: mention GUILE_LOAD_PATH --- guile/mu-guile.texi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/guile/mu-guile.texi b/guile/mu-guile.texi index d428fac1..f97379d3 100644 --- a/guile/mu-guile.texi +++ b/guile/mu-guile.texi @@ -121,6 +121,15 @@ following to your @file{~/.guile}: (set! %load-path (cons "/usr/local/share/guile/site/2.0" %load-path)) @end lisp +Or, alternatively, you can set @t{GUILE_LOAD_PATH}: +@example +export GUILE_LOAD_PATH="/usr/local/share/guile/site/2.0" +@end example + +Note, in both cases the directory should be the directory that contains the +installed @t{mu.scm}; so if you installed @t{mu} under a different prefix, you +must change the load-path accordingly. + After this, you should be ready to go. @node First steps