Unverified Commit 137f62f1 by Marcin Bury Committed by GitHub

Fixing issue with broken pip (#380)

parent 5919df7e
......@@ -15,7 +15,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv global $PYTHON_VERSION
pyenv rehash
pip install --user --upgrade pip
pip install --user --upgrade pip==9.0.3
pip install --user virtualenv
python -m virtualenv ~/.venv
source ~/.venv/bin/activate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment