Unverified Commit 5f9232b5 authored by Jie Luo's avatar Jie Luo Committed by GitHub

use brew install instead of easy_install in OSX (#4537)

use brew instead of easy_install in OSX (easy_install keep failing for a month)
parent 25625b95
......@@ -228,7 +228,8 @@ internal_install_python_deps() {
fi
# Install tox (OS X doesn't have pip).
if [ $(uname -s) == "Darwin" ]; then
sudo easy_install tox
brew upgrade python
python3 -m pip install tox
else
sudo pip install tox
fi
......
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