From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#20025: user in ratpoison doesn't have access to guix by default Date: Sun, 08 Mar 2015 23:09:13 +0100 Message-ID: <878uf7nnue.fsf@gnu.org> References: <20150307000931.GB1292@venom> 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]:54881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUjOe-00077P-CF for bug-guix@gnu.org; Sun, 08 Mar 2015 18:10:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUjOd-0006vu-EA for bug-guix@gnu.org; Sun, 08 Mar 2015 18:10:04 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:41269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUjOd-0006vC-BS for bug-guix@gnu.org; Sun, 08 Mar 2015 18:10:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YUjOc-00068D-S1 for bug-guix@gnu.org; Sun, 08 Mar 2015 18:10:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20150307000931.GB1292@venom> (tcech@suse.cz's message of "Sat, 7 Mar 2015 01:09:31 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: tcech@suse.cz Cc: 20025@debbugs.gnu.org tcech@suse.cz skribis: > After booting into Guix I used slim to login into Ratpoison and I run > there terminal emulator. `guix' wasn't available in current PATH > settings so user couldn't maintain his profile. > > I believe that /run/current-system/profile/bin/ should be added to PATH. AFAICS it is. Could it be that the account=E2=80=99s .bash_profile fails to source /etc/profile, or something like that (info "(bash) Bash Startup Files")? See /etc/skel/.bash{rc,_profile} as examples. Thanks, Ludo=E2=80=99.