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:29:02 +0200 Message-ID: <87muuwr0i9.fsf@elephly.net> References: <87y3fogt8e.fsf@gnu.org> <87sh4ore3y.fsf@gmail.com> <20180712110438.gr3agufho7h63hel@thebird.nl> <87o9fcr11f.fsf@elephly.net> <20180712142045.uyxksvqgrl7zz3z5@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]:49357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdcb3-0001Qh-DX for guix-devel@gnu.org; Thu, 12 Jul 2018 10:29:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdcb0-0008Uo-96 for guix-devel@gnu.org; Thu, 12 Jul 2018 10:29:29 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21042) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fdcaz-0008U9-Td for guix-devel@gnu.org; Thu, 12 Jul 2018 10:29:26 -0400 In-reply-to: <20180712142045.uyxksvqgrl7zz3z5@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 04:17:32PM +0200, Ricardo Wurmus wrote: >> =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. > > And it says so after guix pull. It is easy to forget however. > > Why don't we (also) add it to the default guix profile? To most users > this would make sense. No point in running guix pull if you don't want > to update guix itself - right? It does update Guix itself. The =E2=80=9Cguix=E2=80=9D package, however, s= hould generally not be installed into a user profile, because it is always necessarily *older* than the version of Guix that you are using to install it (unless you=E2=80=99re using =E2=80=9C--with-source=E2=80=9D to = use a more recent tarball). -- Ricardo