Disable pip from bootstrap.pypa.io

Disable pip from bootstrap.pypa.io:
It will be reactivated later

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-05-20 17:31:02 +02:00
parent e0d2efb0e8
commit f34b72ed29

View File

@ -23,9 +23,9 @@ 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/2.7/get-pip.py
${PYTHON} get-pip.py --ignore-installed
rm get-pip.py
#curl -# -LO https://bootstrap.pypa.io/pip/2.7/get-pip.py
#${PYTHON} get-pip.py --ignore-installed
#rm get-pip.py
${PYTHON} -m pip install --upgrade --ignore-installed setuptools
${PYTHON} -m pip install --ignore-installed conan
#${PYTHON} -m pip install --upgrade --ignore-installed setuptools
#${PYTHON} -m pip install --ignore-installed conan