From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: New =?utf-8?B?4oCYZ3VpeCBwdWxs4oCZ?= Date: Thu, 12 Jul 2018 16:17:32 +0200 Message-ID: <87o9fcr11f.fsf@elephly.net> References: <87y3fogt8e.fsf@gnu.org> <87sh4ore3y.fsf@gmail.com> <20180712110438.gr3agufho7h63hel@thebird.nl> 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]:45442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdcPt-0004oS-OW for guix-devel@gnu.org; Thu, 12 Jul 2018 10:18:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdcPo-0000J6-Rb for guix-devel@gnu.org; Thu, 12 Jul 2018 10:17:57 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21023) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fdcPo-0000Ie-J8 for guix-devel@gnu.org; Thu, 12 Jul 2018 10:17:52 -0400 In-reply-to: <20180712110438.gr3agufho7h63hel@thebird.nl> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pjotr Prins Cc: guix-devel Pjotr Prins writes: > On Thu, Jul 12, 2018 at 02:35:13AM -0700, Chris Marusich wrote: >> ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> >> > I have just pushed a new =E2=80=98guix pull=E2=80=99. >> > >> > Feedback welcome! >> >> The biggest hiccup for me was that I didn't realize at first that I had >> to run "guix pull" twice to upgrade from the old style "guix pull". >> Anyway, after I finally did it, things have been working well. > > Yes. The other thing is that guix pull did not update my profile. So, > I had to figure out which guix was installed in the store! =E2=80=9Cguix pull=E2=80=9D updates its own profile only. It updates ~/.config/guix/current, so you need to use Guix from ~/.config/guix/current/bin. -- Ricardo