From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Reza Alizadeh Majd" Subject: Re: Installing Guix from source Date: Sun, 14 Jul 2019 15:09:02 +0430 Message-ID: <377f3a2f-f052-4723-afaf-a6da24d29ebc@www.fastmail.com> References: <28c42c19-88ce-45b4-819c-c19bf086722a@www.fastmail.com> <87tvbphudu.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53469) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmbuL-0005Jh-7K for help-guix@gnu.org; Sun, 14 Jul 2019 06:39:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmbuJ-0002hx-U6 for help-guix@gnu.org; Sun, 14 Jul 2019 06:39:05 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:58005) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hmbuJ-0002hi-Kg for help-guix@gnu.org; Sun, 14 Jul 2019 06:39:03 -0400 In-Reply-To: <87tvbphudu.fsf@elephly.net> 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: Ricardo Wurmus Cc: help-guix@gnu.org Hi Ricardo,=20 > What do you mean by =E2=80=9Cdetected=E2=80=9D? On any GNU system she= ll commands are > mapped to executables by looking for matching executables in any of th= e > directories listed in the PATH environment variable. If there are mor= e > than one executable of a name, the order of directories on PATH > determines which of them is returned. >=20 I know that I can set PATH in order to load my preferred version of guix= instead of=20 previously installed one. what I mean is that I want to replace whole pr= evious installation, with this new one.=20 for example since I modified default channels for guix, there are variou= s versions of `channels.scm` exists on my machine, I want that guix uses my provide= d configurations instead of the version originally existed in store.=20 Regards, Reza