From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#33647: First `guix pull' behaves unexpectedly Date: Thu, 06 Dec 2018 16:42:11 +0100 Message-ID: <87k1km3bn0.fsf@elephly.net> References: <874lbqu2j3.fsf@GlaDOS.home> 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]:54407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUvnu-0003Mg-Qm for bug-guix@gnu.org; Thu, 06 Dec 2018 10:43:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUvnq-0002Cm-D5 for bug-guix@gnu.org; Thu, 06 Dec 2018 10:43:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59918) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gUvnq-0002Cd-2d for bug-guix@gnu.org; Thu, 06 Dec 2018 10:43:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gUvnp-0007Ot-Q0 for bug-guix@gnu.org; Thu, 06 Dec 2018 10:43:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <874lbqu2j3.fsf@GlaDOS.home> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Diego Nicola Barbato Cc: 33647@debbugs.gnu.org Hi Diego, > Hello Guix, > > The first time a user runs =E2=80=98guix pull=E2=80=99 after a fresh inst= all it does not > seem to update guix. =E2=80=98guix --version=E2=80=99 reports that guix = is still > version 0.15.0 after running =E2=80=98guix pull=E2=80=99, instead of show= ing the hash of > the latest commit. =E2=80=9Cguix pull=E2=80=9D should have reminded you to add ~/.config/guix/= current/bin to the front of your PATH environment variable. When you do that you will be using the new version of Guix. --=20 Ricardo