aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-verify-perf.sh
diff options
context:
space:
mode:
authorCarsten Koester <ckoester@cisco.com>2016-05-25 17:52:01 -0400
committerDave Wallace <dwallacelf@gmail.com>2016-06-02 16:51:10 +0000
commit5eb99d868051556dce3d509545d130971d74e1fa (patch)
treeb1bc04fad4c2bbb01e4e52f89b8ae4454618452f /bootstrap-verify-perf.sh
parentc6d2b44a6c8cd5184f9b923889de6d4f2cc529ad (diff)
CSIT-114: Eliminate repeated download of PIP packages
Allow VirtualEnv to use existing system-wide packages if they already exist. Change-Id: I6f39178d56e81affea0bee7b9065bef66712ddaa Signed-off-by: Carsten Koester <ckoester@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-xbootstrap-verify-perf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh
index 1f5acd3b2e..925e3a6b98 100755
--- a/bootstrap-verify-perf.sh
+++ b/bootstrap-verify-perf.sh
@@ -64,7 +64,7 @@ export PYTHONPATH=${CUR_DIR}
sudo apt-get -y update
sudo apt-get -y install libpython2.7-dev python-virtualenv
-virtualenv env
+virtualenv --system-site-packages env
. env/bin/activate
echo pip install