Hi Cristina,
> I did run the "guix pull" command several times but, for reasons
> unknown to me, it did not work until now.
If the command completed without error the problem may have been
that your shell had cached an old location for the command “guix”.
You can use “type guix” to see what executable your shell will
execute when you tell it to run “guix”.
It should resolve to ~/.config/guix/current/bin/guix, because
that’s the location that a successful invocation of “guix pull”
will update.
Sometimes the shell won’t update the cached association and
starting a new shell session (e.g. by opening a new terminal or
logging out and in again) fixes the problem.
> Now I am able to run the pipeline.
Excellent!
--
Ricardo