Commit 4b701597 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Use old pip for Py 2.6 compatibility

parent fd398dbb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -63,8 +63,9 @@ fi

if [[ "${PY_EXE}" == python3.[56789] ]]; then
  $PY_EXE -m ensurepip
elif [[ "${PY_EXE}" == python2.6 ]]; then
  https://bootstrap.pypa.io/2.6/get-pip.py | python -
else
  #curl -k https://gitlab.tiker.net/inducer/pip/raw/7.0.3/contrib/get-pip.py | python -
  curl -k https://bootstrap.pypa.io/get-pip.py | python -
fi