Replace python setup.py install with pip install -e . (#1460)

This commit is contained in:
Robert Nishihara
2018-02-22 11:15:03 -08:00
committed by Philipp Moritz
parent f4b1881fec
commit 5859a2d249
8 changed files with 25 additions and 27 deletions
@@ -90,7 +90,7 @@ setup_commands:
# Build Ray.
- git clone https://github.com/ray-project/ray || true
- pip install boto3==1.4.8
- cd ray/python; python setup.py develop
- cd ray/python; pip install -e . --verbose
# Custom commands that will be run on the head node after common setup.
head_setup_commands: []