From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: New =?utf-8?B?4oCYZ3VpeCBwdWxs4oCZ?= Date: Thu, 12 Jul 2018 18:44:56 +0200 Message-ID: <20180712164456.o3nhmhqobo5idilg@thebird.nl> References: <87y3fogt8e.fsf@gnu.org> <87sh4ore3y.fsf@gmail.com> <20180712110438.gr3agufho7h63hel@thebird.nl> <87o9fcr11f.fsf@elephly.net> <20180712142045.uyxksvqgrl7zz3z5@thebird.nl> <87muuwr0i9.fsf@elephly.net> 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]:33150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdeiG-0005E5-FU for guix-devel@gnu.org; Thu, 12 Jul 2018 12:45:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdeiB-0005yt-Jn for guix-devel@gnu.org; Thu, 12 Jul 2018 12:45:04 -0400 Received: from mail.thebird.nl ([94.142.245.5]:48960) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fdeiB-0005x7-Cu for guix-devel@gnu.org; Thu, 12 Jul 2018 12:44:59 -0400 Content-Disposition: inline In-Reply-To: <87muuwr0i9.fsf@elephly.net> 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: Ricardo Wurmus Cc: guix-devel On Thu, Jul 12, 2018 at 04:29:02PM +0200, Ricardo Wurmus wrote: >=20 > Pjotr Prins writes: >=20 > > 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 update= s > >> ~/.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 wan= t > > to update guix itself - right? >=20 > It does update Guix itself. The =E2=80=9Cguix=E2=80=9D package, howeve= r, should > 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). Hmmm. I don't understand. I would think it the other way round: the guix package you install is newer than the running daemon. But, no matter. Maybe we should just accentuate that guix gets its own independen= t profile. That I can understand ;). So it should *never* be in the user profile. Not even by accident. Pj.