Merge "bug-fix: do not have permission to execute sudo pip"
authorJun Li <lijun_1203@126.com>
Thu, 12 Oct 2017 01:06:54 +0000 (01:06 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 12 Oct 2017 01:06:54 +0000 (01:06 +0000)
jjb/bottlenecks/bottlenecks-run-suite.sh

index f0b8a40..c349062 100644 (file)
@@ -72,7 +72,7 @@ if [[ $SUITE_NAME == *posca* ]]; then
 
     set +e
 
-    sudo pip install virtualenv
+    sudo -H pip install virtualenv
 
     cd ${RELENG_REPO}/modules
     sudo virtualenv venv