Use 1.4.1 of pip.

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

Change-Id: I3f836a701f17a4fea888ec51da62e7137cf0e6db
This commit is contained in:
Chmouel Boudjnah 2013-09-06 16:14:17 +02:00
parent 69f745748d
commit 5917868e75

View File

@ -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)