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 ..