From 72450c91fcdb55fc4732c73f8072697e83230dfe Mon Sep 17 00:00:00 2001 From: Xingyu Long Date: Fri, 18 Apr 2025 11:21:45 -0700 Subject: [PATCH] [doc] keep same path dir in doc for setup-dev.py Signed-off-by: Xingyu Long --- doc/source/ray-contribute/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ray-contribute/development.rst b/doc/source/ray-contribute/development.rst index ba6dd78fa16a1..0ea25a8856d38 100644 --- a/doc/source/ray-contribute/development.rst +++ b/doc/source/ray-contribute/development.rst @@ -108,7 +108,7 @@ RLlib, Tune, Autoscaler, and most Python files do not require you to build and c .. code-block:: shell # This links all folders except "_private" and "dashboard" without user prompt. - python setup-dev.py -y --skip _private dashboard + python python/ray/setup-dev.py -y --skip _private dashboard .. warning:: Do not run ``pip uninstall ray`` or ``pip install -U`` (for Ray or Ray wheels) if setting up your environment this way. To uninstall or upgrade, you must first ``rm -rf`` the pip-installation site (usually a directory at the ``site-packages/ray`` location), then do a pip reinstall (see the command above), and finally run the above ``setup-dev.py`` script again.