From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Clemmer Subject: What is GUIX_PROFILE for? Date: Fri, 22 Jun 2018 08:36:56 -0400 Message-ID: <871scz9evr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fWLJG-0004sI-RF for help-guix@gnu.org; Fri, 22 Jun 2018 08:37:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fWLJD-0007RI-NM for help-guix@gnu.org; Fri, 22 Jun 2018 08:37:02 -0400 Received: from mail-qt0-x22c.google.com ([2607:f8b0:400d:c0d::22c]:41400) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fWLJD-0007QY-Iq for help-guix@gnu.org; Fri, 22 Jun 2018 08:36:59 -0400 Received: by mail-qt0-x22c.google.com with SMTP id y20-v6so5751486qto.8 for ; Fri, 22 Jun 2018 05:36:59 -0700 (PDT) Received: from sysi33 (c-73-167-118-254.hsd1.ma.comcast.net. [73.167.118.254]) by smtp.gmail.com with ESMTPSA id m15-v6sm3179956qki.44.2018.06.22.05.36.57 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 22 Jun 2018 05:36:57 -0700 (PDT) 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: help-guix 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 ... 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