This happens due to the System Integrity Protection introduced in OS X El Capitan.
Adding --user python
to the command allowed this to work.
In other words
pip install --upgrade setuptools --user python
This happens due to the System Integrity Protection introduced in OS X El Capitan.
Adding --user python
to the command allowed this to work.
In other words
pip install --upgrade setuptools --user python