mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-13 22:51:31 +01:00
Revert "Disable pip from bootstrap.pypa.io"
This reverts commit f34b72ed29
.
This commit is contained in:
parent
598b045300
commit
0eb098c0cb
@ -23,9 +23,9 @@ cd /tmp
|
|||||||
# Todo: Need to update base image from Debian Stretch for the required Python
|
# Todo: Need to update base image from Debian Stretch for the required Python
|
||||||
# 3.6 or later
|
# 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
|
curl -# -LO https://bootstrap.pypa.io/pip/2.7/get-pip.py
|
||||||
#${PYTHON} get-pip.py --ignore-installed
|
${PYTHON} get-pip.py --ignore-installed
|
||||||
#rm get-pip.py
|
rm get-pip.py
|
||||||
|
|
||||||
#${PYTHON} -m pip install --upgrade --ignore-installed setuptools
|
${PYTHON} -m pip install --upgrade --ignore-installed setuptools
|
||||||
#${PYTHON} -m pip install --ignore-installed conan
|
${PYTHON} -m pip install --ignore-installed conan
|
||||||
|
Loading…
Reference in New Issue
Block a user