commit | 5917868e75b0bd1a76bbf0e80eef50645e5b5c96 | [log] [tgz] |
---|---|---|
author | Chmouel Boudjnah <chmouel@enovance.com> | Fri Sep 06 16:14:17 2013 +0200 |
committer | Chmouel Boudjnah <chmouel@enovance.com> | Fri Sep 06 16:14:17 2013 +0200 |
tree | 076c91b76b0fe91c4c34cb46620138c0b0e241d8 | |
parent | 69f745748d4f2bcfd3e678037187bce1f8e53ccf [diff] [blame] |
Use 1.4.1 of pip. - This is where the option pip install --pre is. Change-Id: I3f836a701f17a4fea888ec51da62e7137cf0e6db
diff --git a/tools/install_pip.sh b/tools/install_pip.sh index 6e3e9d2..cb414a7 100755 --- a/tools/install_pip.sh +++ b/tools/install_pip.sh
@@ -25,7 +25,7 @@ # 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)