From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?Q2xhZXMgV2FsbGluICjpn4vlmInoqqAp?= Subject: Re: guix environment Date: Mon, 15 Jun 2015 15:27:59 +0200 Message-ID: References: <20150615065554.GA17263@thebird.nl> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11333a362a207905188e6de4 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4UR2-0001z8-Oy for guix-devel@gnu.org; Mon, 15 Jun 2015 09:28:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4UQu-0000VA-VO for guix-devel@gnu.org; Mon, 15 Jun 2015 09:28:17 -0400 In-Reply-To: <20150615065554.GA17263@thebird.nl> 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: Pjotr Prins Cc: guix-devel --001a11333a362a207905188e6de4 Content-Type: text/plain; charset=UTF-8 On 15-Jun-2015 8:56 am, "Pjotr Prins" wrote: > > Is there a way guix could quickly print out the information it now gives after > a successful package install: > > The following environment variable definitions may be needed: > export PATH="/home/pjotrp/.guix-profile/bin:/home/pjotrp/.guix-profile/sbin" > export PKG_CONFIG_PATH="/home/pjotrp/.guix-profile/lib/pkgconfig" > export GUILE_LOAD_PATH="/home/pjotrp/.guix-profile/share/guile/site/2.0" > export GUILE_LOAD_COMPILED_PATH="/home/pjotrp/.guix-profile/share/guile/site/2.0" > export CPATH="/home/pjotrp/.guix-profile/include" > export LIBRARY_PATH="/home/pjotrp/.guix-profile/lib" > export ACLOCAL_PATH="/home/pjotrp/.guix-profile/share/aclocal" > export LOCPATH="/home/pjotrp/.guix-profile/lib/locale" > > If that can be done on the fly we could include it in shell scripts. > > A possible automation. > > Would it be OK to add some RUBY paths? 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? --001a11333a362a207905188e6de4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On 15-Jun-2015 8:56 am, "Pjotr Prins" <pjotr.public12@thebird.nl> wro= te:
>
> Is there a way guix could quickly print out the information it now giv= es after
> a successful package install:
>
> The following environment variable definitions may be needed:
> =C2=A0 =C2=A0export PATH=3D"/home/pjotrp/.guix-profile/bin:/home/= pjotrp/.guix-profile/sbin"
> =C2=A0 =C2=A0export PKG_CONFIG_PATH=3D"/home/pjotrp/.guix-profile= /lib/pkgconfig"
> =C2=A0 =C2=A0export GUILE_LOAD_PATH=3D"/home/pjotrp/.guix-profile= /share/guile/site/2.0"
> =C2=A0 =C2=A0export GUILE_LOAD_COMPILED_PATH=3D"/home/pjotrp/.gui= x-profile/share/guile/site/2.0"
> =C2=A0 =C2=A0export CPATH=3D"/home/pjotrp/.guix-profile/include&q= uot;
> =C2=A0 =C2=A0export LIBRARY_PATH=3D"/home/pjotrp/.guix-profile/li= b"
> =C2=A0 =C2=A0export ACLOCAL_PATH=3D"/home/pjotrp/.guix-profile/sh= are/aclocal"
> =C2=A0 =C2=A0export LOCPATH=3D"/home/pjotrp/.guix-profile/lib/loc= ale"
>
> If that can be done on the fly we could include it in shell scripts. >
> A possible automation.
>
> Would it be OK to add some RUBY paths?

Some of this is already in ~/.guix-profile/etc/profile. Mayb= e there should be more in there? Or are even all of the search paths in the= re?

--001a11333a362a207905188e6de4--