commit | 6ec66bb3d1354062ec70be972dba990e886084d5 | [log] [tgz] |
---|---|---|
author | Jeremy Stanley <fungi@yuggoth.org> | Mon Dec 22 17:17:51 2014 +0000 |
committer | Jeremy Stanley <fungi@yuggoth.org> | Tue Dec 23 01:05:42 2014 +0000 |
tree | 58c0c952d2bc6463b7d8b9f7dc9757ebd20e4d13 | |
parent | e92eee3e2646ae98b3d9e9005c67663b29e79ca1 [diff] [blame] |
Install prettytable>=0.7 to satisfy pip 6/PEP 440 Also use sudo -H with pip so that it doesn't create a ~stack/.cache other things can't write to as the stack user later. Change-Id: I2134c7d8f58f8b83f33150c9ed86d87f8ccba2f3
diff --git a/functions-common b/functions-common index 94ab347..40a0d2b 100644 --- a/functions-common +++ b/functions-common
@@ -1578,7 +1578,7 @@ local sudo_pip="env" else local cmd_pip=$(get_pip_command) - local sudo_pip="sudo" + local sudo_pip="sudo -H" fi $xtrace