0

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?

Chiffa
  • 101

1 Answers1

1

The directories Guile searches for modules in are specified in the %load-path variable. You can add to this by setting the GUILE_LOAD_PATH environment variable (you can add multiple directories by using a colon between each).