Re: Scripting for installing a module

2022-07-01 Thread James Crake-Merani
On 22/07/01 09:50pm, Jérémy Korwin-Zmijowski wrote: > Yo James, > > I use Guile Hall or Guix to handle the distribution or mysm scripts. > > Jérémy Hi, I wasn't aware of Guile Hall so I'll have to look into that. Thanks for your help.

Re: Scripting for installing a module

2022-07-01 Thread Jérémy Korwin-Zmijowski
Yo James, I use Guile Hall or Guix to handle the distribution or mysm scripts. Jérémy

Scripting for installing a module

2022-07-01 Thread James Crake-Merani
Hello, I was just wondering what approach people tend to take when writing a script which installs a module onto the load-path. I understand this path might be different on different machines so how do you make sure the module is installed in the right path? Would you use something like a Makef