From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: PYTHONPATH issue analysis - part 3 Date: Wed, 14 Mar 2018 10:41:03 +0100 Message-ID: <873713yoy8.fsf@gnu.org> References: <87371tqbyb.fsf@elephly.net> <20180223165953.GA6088@thebird.nl> <871sgn1xhf.fsf@gnu.org> <9f301fa1-3fc3-6d6f-91ff-68b5d8d4bfa6@crazy-compilers.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]:33560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ew2uB-0007lN-Sd for guix-devel@gnu.org; Wed, 14 Mar 2018 05:41:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ew2uB-0007za-0o for guix-devel@gnu.org; Wed, 14 Mar 2018 05:41:07 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:47558) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ew2uA-0007ye-Pj for guix-devel@gnu.org; Wed, 14 Mar 2018 05:41:06 -0400 In-Reply-To: <9f301fa1-3fc3-6d6f-91ff-68b5d8d4bfa6@crazy-compilers.com> (Hartmut Goebel's message of "Tue, 13 Mar 2018 22:47:49 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel@gnu.org Hartmut Goebel skribis: > Am 13.03.2018 um 22:23 schrieb Ludovic Court=C3=A8s: >> I may well have missed something (sorry about that!), but what are =E2= =80=9Cthe >> problems related to how Guix is using PYTHONPATH=E2=80=9D? > > In short: > > We are using PYTHONPATH for something it is not meant for: PYTHONPATH is > NOT intended (by upstream) for adding site-packages.=C2=A0 PYTHONPATH > elements are added in front of essential packages, while site-packages > are added behind. Oh right, thanks for the reminder. Ludo=E2=80=99.