mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-14 15:01:32 +01:00
Merge pull request #647 from thewtex/get-pip-distutils
manylinux: Work around get-pip.py download of distutils
This commit is contained in:
commit
77775208bf
@ -20,10 +20,9 @@ done
|
|||||||
|
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|
||||||
# Todo: Need to update base image from Debian Stretch for the required Python
|
|
||||||
# 3.6 or later
|
|
||||||
curl -# -LO https://bootstrap.pypa.io/pip/get-pip.py
|
curl -# -LO https://bootstrap.pypa.io/pip/get-pip.py
|
||||||
#curl -# -LO https://bootstrap.pypa.io/pip/2.7/get-pip.py
|
# https://github.com/pypa/setuptools/issues/2993
|
||||||
|
export SETUPTOOLS_USE_DISTUTILS=stdlib
|
||||||
${PYTHON} get-pip.py --ignore-installed
|
${PYTHON} get-pip.py --ignore-installed
|
||||||
rm get-pip.py
|
rm get-pip.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user