diff --git a/inc/python b/inc/python index d72c3c94d7..229c54009d 100644 --- a/inc/python +++ b/inc/python @@ -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 \ $@