From mboxrd@z Thu Jan 1 00:00:00 1970 From: George myglc2 Clemmer Subject: Re: How do I check out a package w/o installing it? Date: Mon, 29 Jan 2018 20:42:23 -0500 Message-ID: <86po5snmv4.fsf@gmail.com> References: <86r2q8o5hj.fsf@gmail.com> <86tvv4w4sy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egKwP-0000V6-8i for help-guix@gnu.org; Mon, 29 Jan 2018 20:42:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egKwM-0004aK-5M for help-guix@gnu.org; Mon, 29 Jan 2018 20:42:29 -0500 Received: from mail-qk0-x230.google.com ([2607:f8b0:400d:c09::230]:43342) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1egKwM-0004a8-0G for help-guix@gnu.org; Mon, 29 Jan 2018 20:42:26 -0500 Received: by mail-qk0-x230.google.com with SMTP id a5so8189923qkg.10 for ; Mon, 29 Jan 2018 17:42:25 -0800 (PST) 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: "Thompson, David" Cc: help-guix On 01/30/2018 at 01:16 Thompson writes: > On Mon, Jan 29, 2018 at 7:47 PM, wrote: >> >> So 'guix package -i znc' implicitly adds man-db and info-reader. >> >> Maybe 'guix environment --add-hoc znc' should do that too? > > Sorry, that's not quite right. Running 'guix package -i znc' will > install znc and *nothing* else. Only by additionally installing man-db > to your profile will you have MANPATH configured properly. 'guix > package' and 'guix environment' are consistent with each other since > they both use the same underlying profile management code. > > Hope this clears things up further, > > - Dave Gee, that's not what I see here. I did 'guix package -i znc' and 'man znc' become immediately available in all my sessions and man-db is not in my profile ... g1@g1 ~$ guix package -I | grep man-db g1@g1 ~$ guix --version guix (GNU Guix) 0.14.0.1050-2cdf1 BTW, I'm running GuixSD.