From 226fcd5aff9eed853a2ac6b82cf7c771b11cdccd Mon Sep 17 00:00:00 2001 From: Richard Liaw Date: Tue, 25 Feb 2020 15:25:09 -0800 Subject: [PATCH] Add Dashboard and Util to setup-dev (#7321) --- python/ray/setup-dev.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/ray/setup-dev.py b/python/ray/setup-dev.py index adbd0f0a9..64693ba54 100755 --- a/python/ray/setup-dev.py +++ b/python/ray/setup-dev.py @@ -47,6 +47,8 @@ if __name__ == "__main__": do_link("internal", force=args.yes) do_link("tests", force=args.yes) do_link("experimental", force=args.yes) + do_link("util", force=args.yes) + do_link("dashboard", force=args.yes) print("Created links.\n\nIf you run into issues initializing Ray, please " "ensure that your local repo and the installed Ray are in sync " "(pip install -U the latest wheels at "