From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amirouche Subject: Re: Package recommended environment variables Date: Thu, 16 May 2019 13:11:37 +0200 Message-ID: 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 ([209.51.188.92]:33281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hREUY-0000Zs-8N for help-guix@gnu.org; Thu, 16 May 2019 07:24:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hREIb-0000UB-92 for help-guix@gnu.org; Thu, 16 May 2019 07:11:46 -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: Tk Cc: Help-Guix , help-guix@gnu.org On 2019-05-16 11:25, Tk wrote: > When installing packages, I often get warnings about adding variables > to .profile . > These warnings, however, get easily lost when installing bunch of > stuff automatically. Is there a way of extracting this info again? > Should I grep through package definitions? > $ guix package --search-paths export PATH="/home/amirouche/.guix-profile/bin:/home/amirouche/.guix-profile/sbin" export GUILE_LOAD_PATH="/home/amirouche/.guix-profile/share/guile/site/2.2" export GUILE_LOAD_COMPILED_PATH="/home/amirouche/.guix-profile/lib/guile/2.2/site-ccache" export INFOPATH="/home/amirouche/.guix-profile/share/info"