X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpython-tools-install.sh;h=062beb560088ea9afd2f85c2a6489e995fcc782d;hb=e5840e0c645226926475e6dfabd9f16606325ab0;hp=bf9b12eeace2a8668cf70186f29b96eac64bcf5e;hpb=b0de8e76ba8c4e2cacbef206d7864e856b1ffc1d;p=releng%2Fglobal-jjb.git diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index bf9b12ee..062beb56 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -50,14 +50,6 @@ EOF fi fi - #Project may still want to use system py27 - #pip and setuptools must be updated for py27 to work. - python -m pip install --user --quiet --upgrade pip - python -m pip install --user --quiet --no-warn-script-location --upgrade setuptools - python --version - python -m pip --version - python -m pip freeze - python3 -m pip install --user --quiet --upgrade pip python3 -m pip install --user --quiet --no-warn-script-location --upgrade setuptools python3 -m pip install --user --quiet --no-warn-script-location --upgrade --upgrade-strategy eager -r "$requirements_file"