From 5917868e75b0bd1a76bbf0e80eef50645e5b5c96 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Fri, 6 Sep 2013 16:14:17 +0200 Subject: [PATCH] Use 1.4.1 of pip. - This is where the option pip install --pre is. Change-Id: I3f836a701f17a4fea888ec51da62e7137cf0e6db --- tools/install_pip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_pip.sh b/tools/install_pip.sh index 6e3e9d2104..cb414a7168 100755 --- a/tools/install_pip.sh +++ b/tools/install_pip.sh @@ -25,7 +25,7 @@ FILES=$TOP_DIR/files # Handle arguments -INSTALL_PIP_VERSION=${INSTALL_PIP_VERSION:-"1.4"} +INSTALL_PIP_VERSION=${INSTALL_PIP_VERSION:-"1.4.1"} while [[ -n "$1" ]]; do case $1 in --force)