From 5eb99d868051556dce3d509545d130971d74e1fa Mon Sep 17 00:00:00 2001 From: Carsten Koester Date: Wed, 25 May 2016 17:52:01 -0400 Subject: 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 --- bootstrap-verify-perf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap-verify-perf.sh') 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 -- cgit 1.2.3-korg