Skip to content

Commit

Permalink
Add --user to instructions for building ray from source. (ray-project…
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara authored and pcmoritz committed Dec 14, 2017
1 parent cabbd27 commit 60d4f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/install-on-macosx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Ray can be built from the repository as follows.
git clone https://github.com/ray-project/ray.git
cd ray/python
python setup.py install
python setup.py install # Add --user if you see a permission denied error.
Test if the installation succeeded
Expand Down
2 changes: 1 addition & 1 deletion doc/source/install-on-ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Ray can be built from the repository as follows.
git clone https://github.com/ray-project/ray.git
cd ray/python
python setup.py install
python setup.py install # Add --user if you see a permission denied error.
Test if the installation succeeded
Expand Down

0 comments on commit 60d4f92

Please sign in to comment.