From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Re: How to make sure ghc uses installed packages? Date: Mon, 16 Sep 2019 22:27:01 -0700 Message-ID: References: <945a039b68fc1bf0582b8eb1feb3fe3909d2000f.camel@gmail.com> <68B49FDD-A221-4E8D-B385-D483DB52E6CD@asu.edu> <2d89fac1d7f27dada3ab161b69fa1a361485ad89.camel@gmail.com> Mime-Version: 1.0 (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]:60409) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iA614-0005fH-Td for help-guix@gnu.org; Tue, 17 Sep 2019 01:27:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iA613-0002Z6-MS for help-guix@gnu.org; Tue, 17 Sep 2019 01:27:06 -0400 Received: from mail-pf1-x429.google.com ([2607:f8b0:4864:20::429]:42191) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iA613-0002YB-CN for help-guix@gnu.org; Tue, 17 Sep 2019 01:27:05 -0400 Received: by mail-pf1-x429.google.com with SMTP id q12so1415301pff.9 for ; Mon, 16 Sep 2019 22:27:05 -0700 (PDT) In-Reply-To: <2d89fac1d7f27dada3ab161b69fa1a361485ad89.camel@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: Jesse Gibbons Cc: help-guix mailing list Hi Jesse, =20 > GHC_PACKAGE_PATH did > not change, even when I uninstalled > everything, so I suspected it was > linked to a login script. Ok yes. That is the state of affairs right now. The environment variables ar= e sourced in the login profile. You can find the variables using guix packag= e --search-paths -p and source those if you do instal= l something new. It is a little odd for sure. It feels like the installation= transaction is not done almost. Anyways I=E2=80=99m glad that got sorted ou= t.=20 - John=