Hi Julien,

El 15/02/19 a las 9:23 a. m., Julien Lepiller escribió:
What doesn't make sense in my case is that I just ran "guix pull" and
"guix package -u" again (both as root and user), but when I run "guix
--version", I get the same version I posted yesterday:

········································
guix --version
guix (GNU Guix) 0.16.0-9.4bddd12
Copyright (C) 2019 the Guix authors
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
········································

Also, this is what "guix describe" tells me:

········································
$ guix describe
guix describe: error: failed to determine origin
········································
Hi,

make sure  that guix is not installed in your profile (so guix package -u wouldn't "update" it) and that you run guix from
I have the guix package installed in my profile. I use it to access the 
Guix Scheme API. But the problem was related to the PATH variable.

~/.config/guix/current/bin (check with `which guix`). If it's not the case, add ~/.config/guix/current/bin to the beginning of your $PATH. That should ensure that you actually run the guix that was installed with guix pull.
Yeah, that solved the problem. I had a line prepending a different path 
in my configuration.
Thanks for your help everyone,



--
Luis Felipe López Acevedo
http://sirgazil.bitbucket.io/



Reply via email to