Merge "Fix pip install error"

This commit is contained in:
Jenkins
2015-03-18 17:48:33 +00:00
committed by Gerrit Code Review

View File

@@ -94,9 +94,9 @@ function pip_install {
$xtrace
$sudo_pip \
http_proxy=${http_proxy:-} \
https_proxy=${https_proxy:-} \
no_proxy=${no_proxy:-} \
http_proxy="${http_proxy:-}" \
https_proxy="${https_proxy:-}" \
no_proxy="${no_proxy:-}" \
PIP_FIND_LINKS=$PIP_FIND_LINKS \
$cmd_pip install \
$@