From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2@gmail.com Subject: Re: What is GUIX_PROFILE for? Date: Fri, 22 Jun 2018 19:56:55 -0400 Message-ID: <87tvpubcjc.fsf@g1.i-did-not-set--mail-host-address--so-tickle-me> References: <871scz9evr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fWVvJ-0003M4-Mj for help-guix@gnu.org; Fri, 22 Jun 2018 19:57:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fWVvG-0000u3-Lt for help-guix@gnu.org; Fri, 22 Jun 2018 19:57:01 -0400 Received: from mail-qt0-x235.google.com ([2607:f8b0:400d:c0d::235]:42532) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fWVvG-0000tx-FW for help-guix@gnu.org; Fri, 22 Jun 2018 19:56:58 -0400 Received: by mail-qt0-x235.google.com with SMTP id y31-v6so7453456qty.9 for ; Fri, 22 Jun 2018 16:56:58 -0700 (PDT) In-Reply-To: <871scz9evr.fsf@gmail.com> (George Clemmer's message of "Fri, 22 Jun 2018 08:36:56 -0400") 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: George Clemmer Cc: help-guix On 06/22/2018 at 08:36 George Clemmer writes: > What is GUIX_PROFILE is for? > > > First question: > > If I log into a GuixSD vm-image w/ 1 package installed ... > > nemo:~ $ ssh g1@sysi34.local > Last login: Fri Jun 22 08:24:11 2018 from fe80::1c82:5c21:6372:5970%eth0 > g1@sysi34 ~$ guix package -I > znc 1.7.0 out > /gnu/store/giv77vd376nkwpgl08fjfkq87b9mm8xj-znc-1.7.0 > > ... GUIX_PROFILE is not in env ... > > env | grep GUIX GUIX_LOCPATH=/run/current-system/locale Oops! It sould have read ... env | grep GUIX GUIX_LOCPATH=/run/current-system/locale > ... but echo reports it ... > > g1@sysi34 ~$ echo $GUIX_PROFILE > /home/g1/.guix-profile > > That seems odd to me. What does it mean? > > > Second question: > > If I set GUIX_PROFILE to something else, does it have any effect on what > Guix does for me? TIA - George