mirror of
https://github.com/kennethreitz-archive/python-versions.git
synced 2026-06-05 15:20:19 +00:00
--with-ensurepip=no
This commit is contained in:
@@ -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 ..
|
||||
|
||||
Reference in New Issue
Block a user