From f0443d24af4475aa35fab8464231dc05df8c9bf1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 16 Jan 2014 14:52:39 -0800 Subject: [PATCH] --with-ensurepip=no --- formula/python-3.4.0b2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/formula/python-3.4.0b2 b/formula/python-3.4.0b2 index 846fd65..384d279 100755 --- a/formula/python-3.4.0b2 +++ b/formula/python-3.4.0b2 @@ -12,8 +12,8 @@ curl $SOURCE_TARBALL | tar xz mv Python-3.4.0b2 src cd src -./configure --prefix=$OUT_PREFIX -make --with-ensurepip=no +./configure --prefix=$OUT_PREFIX --with-ensurepip=no +make make install cd ..