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.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 9c7db03b01..ee80247e01 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -184,7 +184,7 @@ if [ "$?" -ne "0" ]; then fi -virtualenv env +virtualenv --system-site-packages env . env/bin/activate echo pip install -- cgit 1.2.3-korg