From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Guile 2.2 packages Date: Thu, 8 Sep 2016 00:13:06 +0200 Message-ID: <20160908001306.391a8163@scratchpost.org> References: <87twdrlkjn.fsf@gnu.org> <20160907194527.7aecb308@scratchpost.org> <87zinjjv07.fsf@gnu.org> <20160907231522.2261a63a@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhl5l-0002ay-VX for guix-devel@gnu.org; Wed, 07 Sep 2016 18:13:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhl5h-0006UK-SF for guix-devel@gnu.org; Wed, 07 Sep 2016 18:13:13 -0400 In-Reply-To: <20160907231522.2261a63a@scratchpost.org> 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" To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Cc: guix-devel On Wed, 7 Sep 2016 23:15:22 +0200 Danny Milosavljevic wrote: > export PATH="foo/bin${PATH:+:}$PATH" > export GUILE_LOAD_PATH="foo/share/guile/site/2.0${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH" > export GUILE_LOAD_COMPILED_PATH="foo/lib/guile/2.0/ccache:foo/share/guile/site/2.0${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_LOAD_COMPILED_PATH" > export GUILE_LOAD_PATH="foo/share/guile/site/2.2${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH" > export GUILE_LOAD_COMPILED_PATH="foo/lib/guile/2.2/ccache:foo/share/guile/site/2.2${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_LOAD_COMPILED_PATH" Hmm... or not really overwriting them. So it should work?