From: Zack Cerza Date: Thu, 21 Jan 2016 17:52:12 +0000 (-0700) Subject: Drop --system-site-packages X-Git-Tag: 1.1.0~687^2~11 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2a0774645012baa8c52c09b8abab6e235d0af659;p=teuthology.git Drop --system-site-packages Signed-off-by: Zack Cerza --- 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