From: Alexandru Avadanii Date: Mon, 24 Sep 2018 15:13:00 +0000 (+0200) Subject: macros, docs, releng: Use `sudo -H` pip install X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=2b9009385839d6dc33beabd4eb833b179d4693f4;hp=2b9009385839d6dc33beabd4eb833b179d4693f4;p=releng.git macros, docs, releng: Use `sudo -H` pip install This is still far from a clean and secure approach, as `pip install` should not be ran with `sudo`. However, `-H` limits the area we touch and also fixes some incompat between disto-provided pip and pip-provided pip. Change-Id: I0e19dfeaf66f6f453e3868c71016305ae050f0c8 Signed-off-by: Alexandru Avadanii ---