From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: Modification for guix installation script. Date: Sat, 24 Mar 2018 17:46:23 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ezp2E-0001ez-87 for guix-devel@gnu.org; Sat, 24 Mar 2018 15:42:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ezons-0006Dh-VE for guix-devel@gnu.org; Sat, 24 Mar 2018 15:30:40 -0400 Received: from mail-qt0-x22c.google.com ([2607:f8b0:400d:c0d::22c]:36975) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ezmJF-0000fN-4e for guix-devel@gnu.org; Sat, 24 Mar 2018 12:46:25 -0400 Received: by mail-qt0-x22c.google.com with SMTP id w12so8089815qti.4 for ; Sat, 24 Mar 2018 09:46:24 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Tatiana Sholokhova Cc: guix-devel Hello, > 266c266,267 > < ln -sf /var/guix/profiles/per-user/root/guix-profile > /root/.guix-profile > --- >> ln -sf /var/guix/profiles/per-user/root/guix-profile \ >> ~root/.guix-profile > 268c269 > < GUIX_PROFILE="/root/.guix-profile" > --- >> GUIX_PROFILE="${HOME}/.guix-profile" > > These changes allowed me to install guix via the script. Why didn't you also use ${HOME} in the "ln" case ? (or "~/" in the two cases...) -- Vincent Legoll