From 60d4f92d43891985541c8408fbef26133cf1173e Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Wed, 13 Dec 2017 23:48:03 -0800 Subject: [PATCH] Add --user to instructions for building ray from source. (#1319) --- doc/source/install-on-macosx.rst | 2 +- doc/source/install-on-ubuntu.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install-on-macosx.rst b/doc/source/install-on-macosx.rst index c24f95ccd..cf2453ac2 100644 --- a/doc/source/install-on-macosx.rst +++ b/doc/source/install-on-macosx.rst @@ -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 diff --git a/doc/source/install-on-ubuntu.rst b/doc/source/install-on-ubuntu.rst index 8e0f2055c..394682818 100644 --- a/doc/source/install-on-ubuntu.rst +++ b/doc/source/install-on-ubuntu.rst @@ -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