[upstream] Document git-review for new macOS users
Mac OS X El Capitan and macOS Sierra users cannot install git-review using pip command. Change-Id: Id4a53299065475b888e91ed9c9d296fa46d54b31 Story: #2000481
This commit is contained in:
parent
73bd7ee517
commit
693328724a
@ -91,6 +91,21 @@ If you don't have pip installed already, follow the `installation documentation
|
||||
<https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py>`_ for
|
||||
pip.
|
||||
|
||||
.. note::
|
||||
|
||||
Mac OS X El Capitan and macOS Sierra users might see an error
|
||||
message like "Operation not permitted" when installing with the command.
|
||||
In this case, there are two options to successfully install git-review.
|
||||
|
||||
Option 1: install using pip with more options::
|
||||
|
||||
pip install --install-option '--install-data=/usr/local' git-review
|
||||
|
||||
Option 2: Use the package manager `Homebrew <http://brew.sh>`_,
|
||||
and type in a terminal::
|
||||
|
||||
brew install git-review
|
||||
|
||||
Linux
|
||||
^^^^^^
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user