Merge "Add '-H -E' options to pass proxy env for sudo"
This commit is contained in:
commit
82ce1d5229
@ -40,7 +40,7 @@ fi
|
||||
# older versions of pip are incompatible with
|
||||
# requests, one of our indirect dependencies (bug 1459947).
|
||||
wget -O /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py
|
||||
sudo python /tmp/get-pip.py
|
||||
sudo -H -E python /tmp/get-pip.py
|
||||
|
||||
sudo -H -E pip install -r "$(dirname $0)/../requirements.txt"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user