guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scripting for installing a module


From: Matt Wette
Subject: Re: Scripting for installing a module
Date: Sat, 2 Jul 2022 14:09:43 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

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 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 Makefile?

Thanks.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]