From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: I don't understand profiles and directories Date: Sat, 19 Jan 2019 18:05:03 +0100 Message-ID: <8736pofuio.fsf@elephly.net> References: <5333814.JLzRfVLkOs@aleksandar-ixtreme-m5740> <874la4fw8s.fsf@elephly.net> <2015239.4T21D1mT5N@aleksandar-ixtreme-m5740> 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]:44403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gku3v-0004mV-R6 for help-guix@gnu.org; Sat, 19 Jan 2019 12:05:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gku3p-0004yQ-Su for help-guix@gnu.org; Sat, 19 Jan 2019 12:05:38 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21814) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gku3i-0004aF-Cg for help-guix@gnu.org; Sat, 19 Jan 2019 12:05:30 -0500 In-reply-to: <2015239.4T21D1mT5N@aleksandar-ixtreme-m5740> 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: HiPhish Cc: help-guix@gnu.org HiPhish writes: > `which guix` prints "guix (GNU Guix) 0.15.0-5.1d0be47". I don=E2=80=99t think so. It should print a file name. > Should I change my `.profile` file to be like this instead? > > 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`,= and=20 > then add the path to the other profile. Yes. --=20 Ricardo