From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: guix environment Date: Mon, 15 Jun 2015 08:55:54 +0200 Message-ID: <20150615065554.GA17263@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4OJw-0006Pm-8H for guix-devel@gnu.org; Mon, 15 Jun 2015 02:56:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4OJn-0005Mj-On for guix-devel@gnu.org; Mon, 15 Jun 2015 02:56:36 -0400 Content-Disposition: inline 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: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org 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? Pj.