From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: How to "Use PROFILE instead of the =?utf-8?Q?user=E2=80=99s?= default profile."? Date: Thu, 21 Jun 2018 16:08:49 +0200 Message-ID: <87vaacs03y.fsf@elephly.net> References: <87bmc4aoa8.fsf@gmail.com> <878t78to95.fsf@elephly.net> <87a7ro9r2z.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fW0Gt-0006M2-OB for help-guix@gnu.org; Thu, 21 Jun 2018 10:09:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fW0Go-0007UO-4d for help-guix@gnu.org; Thu, 21 Jun 2018 10:09:11 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21143) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fW0Gn-0007Tx-S1 for help-guix@gnu.org; Thu, 21 Jun 2018 10:09:06 -0400 In-reply-to: <87a7ro9r2z.fsf@gmail.com> 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 George Clemmer writes: > So, I can use PROFILE instead of my user default profile with .... > > eval guix package -p /var/guix/profiles/system -p PROFILE --search-paths= =3Dexact Note the backticks and the addition of =E2=80=9C/profile=E2=80=9D: eval `guix package -p /var/guix/profiles/system/profile -p PROFILE --se= arch-paths=3Dexact` --=20 Ricardo