Browse code

Use 1.4.1 of pip.

- This is where the option pip install --pre is.

Change-Id: I3f836a701f17a4fea888ec51da62e7137cf0e6db

Chmouel Boudjnah authored on 2013/09/06 23:14:17
Showing 1 changed files
... ...
@@ -25,7 +25,7 @@ FILES=$TOP_DIR/files
25 25
 
26 26
 # Handle arguments
27 27
 
28
-INSTALL_PIP_VERSION=${INSTALL_PIP_VERSION:-"1.4"}
28
+INSTALL_PIP_VERSION=${INSTALL_PIP_VERSION:-"1.4.1"}
29 29
 while [[ -n "$1" ]]; do
30 30
     case $1 in
31 31
         --force)