From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Kernel config Date: Fri, 22 Jul 2016 14:44:03 +0200 Message-ID: <87poq5rgfg.fsf@gnu.org> References: <877fcliitk.fsf@elephly.net> <87twfp71pb.fsf@gnu.org> <87zipg17eh.fsf@gnu.org> <87mvlbp545.fsf@gnu.org> <87k2gfm2js.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQZoJ-0002fg-Q3 for help-guix@gnu.org; Fri, 22 Jul 2016 08:44:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQZoF-0006xY-QQ for help-guix@gnu.org; Fri, 22 Jul 2016 08:44:11 -0400 In-Reply-To: (Vincent Legoll's message of "Fri, 22 Jul 2016 10:22:30 +0200") 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: Vincent Legoll Cc: help-guix@gnu.org Vincent Legoll skribis: > Something that I don't understand: > > root@guixsd ~# guix --version > guix (GNU Guix) 20160722.06 > root@guixsd ~# which guix > /run/current-system/profile/bin/guix This one is recent, and the =E2=80=98local-file=E2=80=99 trick should work = with it. > vince@guixsd ~$ guix --version > guix (GNU Guix) 0.10.0 > vince@guixsd ~$ which guix > /run/current-system/profile/bin/guix This one might be too old, though we can=E2=80=99t really tell. They show different versions because in fact, all of Guix except the =E2=80=98guix=E2=80=99 command (which does very little) is taken from ~/.config/guix/latest, populated by =E2=80=98guix pull=E2=80=99. Remember = that =E2=80=98guix pull=E2=80=99 is per-user. HTH, Ludo=E2=80=99.