From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Down with PYTHONPATH! Date: Mon, 17 Jun 2019 11:03:53 +0200 Message-ID: <87ef3s37nq.fsf@gnu.org> References: <87muikr3bq.fsf@mdc-berlin.de> 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]:51276) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcnYb-00054Q-7l for guix-devel@gnu.org; Mon, 17 Jun 2019 05:04:06 -0400 In-Reply-To: (Konrad Hinsen's message of "Sat, 15 Jun 2019 11:15:56 +0200") 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: Konrad Hinsen Cc: guix-devel@gnu.org, Ricardo Wurmus Hi Konrad, Konrad Hinsen skribis: > Nowadays, in the wider world (beyond Guix), PYTHONPATH is mainly a > newbie trap. Experienced pythonistas have abandoned it for virtual > environments. So if it can be turned into a mechanism for supporting > Guix environments with a name change, I doubt anyone would complain > about standard PYTHONPATH being gone. How does virtualenv work, if not by setting PYTHONPATH? Setting up an environment all about augmenting the search path, so I naively thought that virtualenv sets PYTHONPATH or the corresponding Python variable. Thanks, Ludo=E2=80=99.