From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: '--load-path' option not working for 'guix system' command Date: Tue, 13 Nov 2018 08:25:24 +0100 Message-ID: <87bm6tbfrv.fsf@ambrevar.xyz> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMT52-0004xS-Ak for help-guix@gnu.org; Tue, 13 Nov 2018 02:25:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMT4t-0002Di-Nl for help-guix@gnu.org; Tue, 13 Nov 2018 02:25:46 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:33343) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gMT4l-00024a-86 for help-guix@gnu.org; Tue, 13 Nov 2018 02:25:34 -0500 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: Taegil Bae Cc: help-guix@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > 'guix system reconfigure /etc/config.scm --load-path=3D~/my-guix' This because the shell only expands '~' to $HOME if it's a starting charact= er. Here you should either use guix system reconfigure /etc/config.scm --load-path=3D$HOME/my-guix =20=20=20=20 or guix system reconfigure /etc/config.scm -L ~/my-guix =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlvqfGQACgkQm9z0l6S7 zH82tgf/ScEupJmeuuEolAejBAl3eSogNYNEDr1WPMveM9K7KFFHpSn6mT9jjMhJ Gw2+f+1JOpqg2YWi5Tp0pd2czck5egB5dNE11x180FS14+AcrV5kFRLFdCsuQz7R QBjWbVGzCQS+fXVR3Sc42GISvF/Ts+mVZTU20tLfDPNm78ZOqEXBnEA7ZpsvTM8w 2SxSPooBRbS7h7Vqd3/pZvUWY68l5cPTqjZu0+moPxOnqqSoBMPDhn+qqp+s9Ec4 mxyOB7dxiSyCEPKmiMnw44ce+Tqjv7Fw/CAbnMDhInoB8WDrR0Wh9XKeQfiZshp3 0xIT3P32Oyg/OW+GBejQ0H8tVvNsQQ== =eXfy -----END PGP SIGNATURE----- --=-=-=--