guile-user
[Top][All Lists]
Advanced

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

Re: [ANN] Guile-Parallel 1.0.0 released


From: Olivier Dion
Subject: Re: [ANN] Guile-Parallel 1.0.0 released
Date: Sun, 08 Jan 2023 10:55:10 -0500

On Sun, 08 Jan 2023, Zelphir Kaltstahl <zelphirkaltstahl@posteo.de> wrote:

> ~~~~
> user@user-desktop:~/dev/advent-of-code-2022/day-14$ guix shell \
>>      --file=guile-parallel/.guix.scm \
>>      --with-source=guile-parallel=guile-parallel
> user@user-desktop:~/dev/advent-of-code-2022/day-14$ guile

Try with:
--8<---------------cut here---------------start------------->8---
guix shell \
     guile \
     --file=guile-parallel/.guix.scm \
     --with-source=guile-parallel=guile-parallel
--8<---------------cut here---------------end--------------->8---

otherwise you're using the guile in the previous environment, which does
not have its load path set correctly I think!

-- 
Olivier Dion
oldiob.dev



reply via email to

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