require virtualenv<14.0 so we get a py32 compatible pip

This commit is contained in:
Thomas Waldmann 2016-01-22 22:14:41 +01:00
parent bceaf71f4b
commit 69c8edc4e3
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
;;
esac
pyenv rehash
python -m pip install --user virtualenv
python -m pip install --user 'virtualenv<14.0'
else
pip install virtualenv
pip install 'virtualenv<14.0'
sudo add-apt-repository -y ppa:gezakovacs/lz4
sudo apt-get update
sudo apt-get install -y liblz4-dev