From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amirouche Boubekki Subject: Re: "--pure" won't work Date: Tue, 04 Oct 2016 23:07:02 +0200 Message-ID: <0b99763d20463819b869bb6cf7714942@hypermove.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brWvh-0002OO-U7 for help-guix@gnu.org; Tue, 04 Oct 2016 17:07:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brWvg-00024D-RV for help-guix@gnu.org; Tue, 04 Oct 2016 17:07:13 -0400 In-Reply-To: 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: Catonano Cc: help-guix , Help-Guix On 2016-10-04 22:42, Catonano wrote: > In exploring Culturia, here > > https://github.com/amirouche/Culturia/ [1] > > I reach this line > > guix environment --ad-hoc --pure guile-next > Both with and without --pure works on my side. I don't remember why I've put --pure in the README. I use ubuntu 16.04.1, I have this in my ~/.zshrc export PATH="/home/amirouche/.guix-profile/bin":$PATH export GUIX_LOCPATH=~/.guix-profile/lib/locale export GUILE_LOAD_PATH="/home/amirouche/.guix-profile/share/guile/site/2.2${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH" export GUILE_LOAD_COMPILED_PATH="/home/amirouche/.guix-profile/share/guile/site/2.2${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_LOAD_COMPILED_PATH" export INFOPATH="/home/amirouche/.guix-profile/share/info${INFOPATH:+:}$INFOPATH"