From 0d520e00fff833513ec553576f7b141420f4f382 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 16 Jan 2014 14:48:18 -0800 Subject: [PATCH] --with-ensurepip=no https://github.com/python/cpython/commit/0743c0bd3c99f06436a429a53b0d5cb92a5db6e4 --- formula/python-3.4.0b2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formula/python-3.4.0b2 b/formula/python-3.4.0b2 index e7e2bee..846fd65 100755 --- a/formula/python-3.4.0b2 +++ b/formula/python-3.4.0b2 @@ -13,7 +13,7 @@ mv Python-3.4.0b2 src cd src ./configure --prefix=$OUT_PREFIX -make +make --with-ensurepip=no make install cd ..