forked from TrueCloudLab/s3-tests
make sure that virtualenv is python2 regardless of host
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
This commit is contained in:
parent
7f21aaa8c2
commit
2dfc89b077
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ elif [ -f /etc/redhat-release ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
virtualenv --no-site-packages --distribute virtualenv
|
virtualenv --python=$(which python2) --no-site-packages --distribute virtualenv
|
||||||
|
|
||||||
# avoid pip bugs
|
# avoid pip bugs
|
||||||
./virtualenv/bin/pip install --upgrade pip
|
./virtualenv/bin/pip install --upgrade pip
|
||||||
|
|
Loading…
Reference in a new issue