Re: Julia package management on GuixSD

2022-02-21 Thread zimoun
Hi Jacob, First, to fix the issue, for now, you need 'p7zip' somewhere in your PATH. For instance, $ guix shell julia p7zip -- julia julia> using Pkg julia> Pkg.add("Plots") ... Second, note that if you have installed Julia packages via Guix, then Pkg should use

Re: Julia package management on GuixSD

2022-02-13 Thread Efraim Flashner
On Wed, Feb 09, 2022 at 09:32:51PM +, Jacob Sims wrote: > Hello, > > I've recently become interested in the Julia programming language, but I keep > running into one major hurdle: Pkg.jl doesn't want to work with GuixSD. From > this email: https://www.mail-archive.com/help-guix@gnu.org/msg12

Julia package management on GuixSD

2022-02-11 Thread Jacob Sims
Hello, I've recently become interested in the Julia programming language, but I keep running into one major hurdle: Pkg.jl doesn't want to work with GuixSD. >From this email: https://www.mail-archive.com/help-guix@gnu.org/msg12594.html I deduce that Pkg.jl can work on GuixSD, but there is some