diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index 043cc4f1..8a1be844 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -2090,6 +2090,9 @@ if [ -z "${GET_PIP_URL}" ]; then 2.6 | 2.6.* ) GET_PIP_URL="https://bootstrap.pypa.io/2.6/get-pip.py" ;; + 2.7 | 2.7.* ) + GET_PIP_URL="https://bootstrap.pypa.io/2.7/get-pip.py" + ;; 3.2 | 3.2.* ) GET_PIP_URL="https://bootstrap.pypa.io/3.2/get-pip.py" ;;