Commit 19982880 by lucyoa

Fixing issue with pip

parent bc6c0a28
...@@ -15,7 +15,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then ...@@ -15,7 +15,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv global $PYTHON_VERSION pyenv global $PYTHON_VERSION
pyenv rehash pyenv rehash
pip install --user --upgrade pip pip install --user --upgrade pip==9.0.3
pip install --user virtualenv pip install --user virtualenv
python -m virtualenv ~/.venv python -m virtualenv ~/.venv
source ~/.venv/bin/activate 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