From owner-freebsd-python@freebsd.org Tue Dec 13 19:08:13 2016 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15BB9C768FD for ; Tue, 13 Dec 2016 19:08:13 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.31.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0B4F1EB2 for ; Tue, 13 Dec 2016 19:08:12 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from [92.230.40.109] (helo=[192.168.35.21]) by smtprelay03.ispgateway.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.84) (envelope-from ) id 1cGtMq-0001ro-GI for freebsd-python@freebsd.org; Tue, 13 Dec 2016 21:08:04 +0100 From: "Marcus von Appen" To: "freebsd-python@freebsd.org" Subject: Re[2]: lang/python3* ports, __pycache__ included Date: Tue, 13 Dec 2016 19:08:00 +0000 Message-Id: In-Reply-To: References: Reply-To: "Marcus von Appen" User-Agent: eM_Client/7.0.27943.0 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Df-Sender: ZnJlZWJzZEBzeXNmYXVsdC5vcmc= X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2016 19:08:13 -0000 On 12/13/2016 11:59:32 AM, "Kubilay Kocak" wrote: [...] > >I'm not sure (or cant remember) if there is a good way to disable this >on a global or system-wide basis. There are some environmental settings offered by Python to avoid=20 creating byte-compiled and optimized cache files. It's up to the execution=20 environment to set those properly, though. Cheers Marcus