From mboxrd@z Thu Jan 1 00:00:00 1970 From: HiPhish Subject: Re: I don't understand profiles and directories Date: Sat, 19 Jan 2019 17:54:21 +0100 Message-ID: <2015239.4T21D1mT5N@aleksandar-ixtreme-m5740> References: <5333814.JLzRfVLkOs@aleksandar-ixtreme-m5740> <874la4fw8s.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 ([209.51.188.92]:41939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkttG-0008PI-Kj for help-guix@gnu.org; Sat, 19 Jan 2019 11:54:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkttC-0001pt-N4 for help-guix@gnu.org; Sat, 19 Jan 2019 11:54:37 -0500 Received: from mout01.posteo.de ([185.67.36.65]:59318) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gktt8-0001gj-Ud for help-guix@gnu.org; Sat, 19 Jan 2019 11:54:32 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id E08E716005D for ; Sat, 19 Jan 2019 17:54:23 +0100 (CET) In-Reply-To: <874la4fw8s.fsf@elephly.net> 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: help-guix@gnu.org Hello Ricardo, I have logged out and back in just to be sure everything is reset. > What =E2=80=9Cguix=E2=80=9D are you using? What does =E2=80=9Cwhich guix= =E2=80=9D tell you? When I run `guix --version` I get "guix (GNU Guix) 0.15.0-5.1d0be47" (and t= he=20 usual copyright boilerplate of course). `which guix` prints "guix (GNU Guix= )=20 0.15.0-5.1d0be47". Should I change my `.profile` file to be like this inste= ad? source "$HOME/.guix-profile/etc/profile" export GUIX_LOCPATH=3D"$HOME/.guix-profile/lib/locale" export PATH=3D"$HOME/.config/guix/current/bin:$PATH" export INFOPATH=3D"$HOME/.config/guix/current/share/info:$INFOPATH" I.e. first source the Guix profile, which will add itself to the `$PATH`, a= nd=20 then add the path to the other profile.