From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iqjRK-0004tj-Py for ptxdist@pengutronix.de; Sun, 12 Jan 2020 21:02:26 +0100 Received: from rsc by ptx.hi.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1iqjRK-0002sG-HY for ptxdist@pengutronix.de; Sun, 12 Jan 2020 21:02:26 +0100 Date: Sun, 12 Jan 2020 21:02:26 +0100 From: Robert Schwebel Message-ID: <20200112200226.pb75fu2u4gdgeizz@pengutronix.de> References: <20200106151239.3955692-1-r.schwebel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200106151239.3955692-1-r.schwebel@pengutronix.de> Subject: Re: [ptxdist] [PATCH] python3: add option to include bundled pip List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Hi Michael, On Mon, Jan 06, 2020 at 04:12:39PM +0100, Robert Schwebel wrote: > Python can be configured --with-ensurepip, which bundles an included pip > installer. If the option is enabled, the build process also generates > two wheel files for pip and setuptools: > > Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl > Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl > > which need to be installed on targetinstall. > > Now that 'python3 -m venv env' works, it turns out that the 'activate' > script was not installed, which is fixed in this patch as well. > > Signed-off-by: Robert Schwebel > --- > rules/python3.in | 4 ++++ > rules/python3.make | 6 ++++-- > 2 files changed, 8 insertions(+), 2 deletions(-) Did you find time to look at this patch? rsc -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de