Re: Scripting for installing a module

2022-07-05 Thread Munyoki Kilyungi
James Crake-Merani anaandika: [...] > Hi, > > The reason why I have been a bit reluctant to use GNU Guix for this > sort of thing is that the distro I use is not Guix but rather Arch > Linux. I run Arch Linux + GNU Guix (as a package manager) and it's a nice experience. I use GNU Guix as my pr

Re: Scripting for installing a module

2022-07-05 Thread James Crake-Merani
On 22/07/05 11:14am, Munyoki Kilyungi wrote: > James Crake-Merani > anaandika: > > [...] > > > Hi, > > > > The reason why I have been a bit reluctant to use GNU Guix for this > > sort of thing is that the distro I use is not Guix but rather Arch > > Linux. > > I run Arch Linux + GNU Guix (as a

Re: Scripting for installing a module

2022-07-03 Thread Zelphir Kaltstahl
On 7/3/22 09:35, James Crake-Merani wrote: On 22/07/02 07:43pm, Zelphir Kaltstahl wrote: On 7/2/22 10:46, James Crake-Merani wrote: On 22/07/02 09:11am, adriano wrote: Il giorno ven, 01/07/2022 alle 18.15 +0100, James Crake-Merani ha scritto: Hello, I was just wondering what approach peopl

Re: Scripting for installing a module

2022-07-03 Thread james
On 22/07/02 02:09pm, Matt Wette wrote: > Another option is some variant of > >     $ sudo cp xyz/file.scm `guile -c '(display > (%global-site-dir))'`/xyz/file.scm > > On 7/1/22 10:15 AM, James Crake-Merani wrote: > > guile -c '(display (%global-site-dir))'Hello, > > > > I was just wondering what

Re: Scripting for installing a module

2022-07-03 Thread James Crake-Merani
On 22/07/02 07:43pm, Zelphir Kaltstahl wrote: > > On 7/2/22 10:46, James Crake-Merani wrote: > > On 22/07/02 09:11am, adriano wrote: > > > Il giorno ven, 01/07/2022 alle 18.15 +0100, James Crake-Merani ha > > > scritto: > > > > Hello, > > > > > > > > I was just wondering what approach people tend

Re: Scripting for installing a module

2022-07-02 Thread Matt Wette
Another option is some variant of     $ sudo cp xyz/file.scm `guile -c '(display (%global-site-dir))'`/xyz/file.scm On 7/1/22 10:15 AM, James Crake-Merani wrote: guile -c '(display (%global-site-dir))'Hello, I was just wondering what approach people tend to take when writing a script which

Re: Scripting for installing a module

2022-07-02 Thread Zelphir Kaltstahl
On 7/2/22 10:46, James Crake-Merani wrote: On 22/07/02 09:11am, adriano wrote: Il giorno ven, 01/07/2022 alle 18.15 +0100, James Crake-Merani ha scritto: Hello, I was just wondering what approach people tend to take when writing a script which installs a module onto the load-path. I understa

Re: Scripting for installing a module

2022-07-02 Thread James Crake-Merani
On 22/07/02 09:11am, adriano wrote: > Il giorno ven, 01/07/2022 alle 18.15 +0100, James Crake-Merani ha > scritto: > > 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 dif

Re: Scripting for installing a module

2022-07-02 Thread adriano
Il giorno ven, 01/07/2022 alle 18.15 +0100, James Crake-Merani ha scritto: > 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 su

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