From 2a0774645012baa8c52c09b8abab6e235d0af659 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 21 Jan 2016 10:52:12 -0700 Subject: [PATCH] Drop --system-site-packages Signed-off-by: Zack Cerza --- bootstrap | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bootstrap b/bootstrap index e743c0a06a..3eafcae68a 100755 --- a/bootstrap +++ b/bootstrap @@ -108,9 +108,7 @@ if [ -z "$NO_CLOBBER" ] || [ ! -e ./virtualenv ]; then if ! which virtualenv > /dev/null; then pip install virtualenv fi - # site packages needed because libvirt python bindings are not nicely - # packaged - virtualenv --system-site-packages --setuptools virtualenv + virtualenv --setuptools virtualenv # avoid pip bugs ./virtualenv/bin/pip install --upgrade pip -- 2.39.5