Add script for building MacOS wheels. (#601)

* Add script for building MacOS wheels.

* Small cleanups to script.

* Fix setting of PATH before building wheel.

* Create symbolic link to correct Python executable so Ray installation finds the right Python.

* Address comments.

* Rename readme.
This commit is contained in:
Robert Nishihara
2017-06-01 00:30:46 +00:00
committed by Philipp Moritz
parent b94b4a35e0
commit bcaab78908
3 changed files with 78 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# Cause the script to exit if a single command fails.
set -e
# show explicitly which commands are currently running
# Show explicitly which commands are currently running.
set -x
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)