Browse code

Upgrades pip under virtualenv

The version of pip supported by python-virtualenv has issues in
environment under proxy, hence uninstalling python-virtualenv package
and installing the latest version using pip.

Change-Id: Id749c37ab7fefa96b35f11816b56b9def5ef4b08
Closes-Bug: 1421541

Vigneshvar.A.S authored on 2015/02/14 04:35:55
Showing 1 changed files
... ...
@@ -123,3 +123,9 @@ if is_fedora; then
123 123
     fi
124 124
 
125 125
 fi
126
+
127
+# The version of pip(1.5.4) supported by python-virtualenv(1.11.4) has
128
+# connection issues under proxy, hence uninstalling python-virtualenv package
129
+# and installing the latest version using pip.
130
+uninstall_package python-virtualenv
131
+pip_install -U virtualenv