From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: guix environment Date: Mon, 15 Jun 2015 22:09:15 +0200 Message-ID: <87vbeo7mz8.fsf@gnu.org> References: <20150615065554.GA17263@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]:41592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4aiU-0005DF-Vm for guix-devel@gnu.org; Mon, 15 Jun 2015 16:10:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4aiQ-0005oY-6J for guix-devel@gnu.org; Mon, 15 Jun 2015 16:10:46 -0400 In-Reply-To: ("Claes Wallin \=\?utf-8\?B\?KOmfi+WYieiqoCkiJ3M\=\?\= message of "Mon, 15 Jun 2015 15:27:59 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?Q2xhZXMgV2FsbGluICjpn4vlmInoqqAp?= Cc: guix-devel "Claes Wallin (=E9=9F=8B=E5=98=89=E8=AA=A0)" skribis: > Some of this is already in ~/.guix-profile/etc/profile. Maybe there should > be more in there? Or are even all of the search paths in there? Indeed, everything is there. One can run: GUIX_PROFILE=3D$HOME/.guix-profile . ~/.guix-profile/etc/profile or eval `guix package --search-paths` See . And nowadays one can also use --search-paths=3Dsuffix or --search-paths=3Dprefix, for more flexibility. Ludo=E2=80=99.