From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: I can't install guile-picture-language Date: Fri, 15 Feb 2019 15:23:36 +0100 Message-ID: References: <41c78d9b-808f-8ccb-dfa6-925f78b0e928@zoho.com> <87mumxb94z.fsf@roquette.mug.biscuolo.net> <4cf2911b-2706-4c8f-3bb0-becd8e854896@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gueP4-00061n-Q5 for help-guix@gnu.org; Fri, 15 Feb 2019 09:23:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gueP3-0000gZ-Tc for help-guix@gnu.org; Fri, 15 Feb 2019 09:23:46 -0500 Received: from lepiller.eu ([2a00:5884:8208::1]:40848) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gueP3-0000dI-LE for help-guix@gnu.org; Fri, 15 Feb 2019 09:23:45 -0500 In-Reply-To: <4cf2911b-2706-4c8f-3bb0-becd8e854896@zoho.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: sirgazil Cc: help-guix@gnu.org > > 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 > > 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 ~/.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.