From owner-freebsd-ports@freebsd.org Fri Sep 14 08:29:12 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6EB910A7B6C for ; Fri, 14 Sep 2018 08:29:12 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: from puchar.net (puchar.net [194.1.144.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "puchar.net", Issuer "puchar.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F0DE27931E for ; Fri, 14 Sep 2018 08:29:11 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: Received: from 127.0.0.1 (localhost [127.0.0.1]) by puchar.net (8.15.2/8.15.2) with ESMTPS id w8E82NJR089427 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 14 Sep 2018 10:02:23 +0200 (CEST) (envelope-from puchar-wojtek@puchar.net) Received: from localhost (puchar-wojtek@localhost) by puchar.net (8.15.2/8.15.2/Submit) with ESMTP id w8E82IqX089408; Fri, 14 Sep 2018 10:02:18 +0200 (CEST) (envelope-from puchar-wojtek@puchar.net) Date: Fri, 14 Sep 2018 10:02:18 +0200 (CEST) From: Wojciech Puchar To: Robert Huff cc: Ports FreeBSD Subject: Re: how to enforce one version of python In-Reply-To: <23450.37596.958990.910011@jerusalem.litteratus.org> Message-ID: References: <20180911145151.zgyeaiobnvkuo2rg@ivaldir.net> <4cd79546-c301-4ab7-13eb-3233736953f5@yandex.ru> <287384aa-360d-683c-e6a6-cfe07b5a1838@yandex.ru> <23449.1943.75477.655239@jerusalem.litteratus.org> <773bfa24-909b-360a-783b-c1b8b3695d70@zyxst.net> <23450.37596.958990.910011@jerusalem.litteratus.org> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2018 08:29:12 -0000 >> part is the combination of 2-only holdouts and new 3-only code, >> which is why it's easy to end up with both installed. > > _This_ is really annoying. I try to keep my systems with exactly > what they need installed, to reduce both bloat and possibly security > issues. There's one Perl installation; having two Python versions - > and trying to keep track between them - makes me use a lot of bad > language. > > Just another variation of DLL hell. Welcome to modern software environment ;)