mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
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:
committed by
Philipp Moritz
parent
b94b4a35e0
commit
bcaab78908
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user