--with-ensurepip=no

This commit is contained in:
Kenneth Reitz
2014-01-16 14:52:39 -08:00
parent 0d520e00ff
commit f0443d24af
+2 -2
View File
@@ -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 ..