From: Yuval Lifshitz Date: Tue, 2 Jul 2019 12:30:31 +0000 (+0300) Subject: make sure that virtualenv is python2 regardless of host X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F287%2Fhead;p=s3-tests.git make sure that virtualenv is python2 regardless of host Signed-off-by: Yuval Lifshitz --- diff --git a/bootstrap b/bootstrap index d7e66dc2..fe6f569d 100755 --- a/bootstrap +++ b/bootstrap @@ -34,7 +34,7 @@ elif [ -f /etc/redhat-release ]; then fi fi -virtualenv --no-site-packages --distribute virtualenv +virtualenv --python=$(which python2) --no-site-packages --distribute virtualenv # avoid pip bugs ./virtualenv/bin/pip install --upgrade pip