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