When you guile
, it looks for modules in paths written in ~/.guile
, but in my case in still doesn't find all the modules.
Where else can it be looking?
When you guile
, it looks for modules in paths written in ~/.guile
, but in my case in still doesn't find all the modules.
Where else can it be looking?
The directories Guile searches for modules in are specified in the
%load-path
variable. You can add to this by setting theGUILE_LOAD_PATH
environment variable (you can add multiple directories by using a colon between each).