mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
check that we are connected before calling ray commands (#303)
This commit is contained in:
committed by
Philipp Moritz
parent
a97574d471
commit
975bfe89ad
@@ -34,8 +34,8 @@ source setup-env.sh # Add Ray to your Python path.
|
||||
```
|
||||
|
||||
For convenience, you may also want to add the line `source
|
||||
"$RAY_ROOT/setup-env.sh"` to your `~/.bashrc` file manually, where `$RAY_ROOT`
|
||||
is the Ray directory (e.g., `/home/ubuntu/ray`).
|
||||
"$RAY_ROOT/setup-env.sh"` to the bottom of your `~/.bashrc` file manually, where
|
||||
`$RAY_ROOT` is the Ray directory (e.g., `/home/ubuntu/ray`).
|
||||
|
||||
### Test if the installation succeeded
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@ source setup-env.sh # Add Ray to your Python path.
|
||||
```
|
||||
|
||||
For convenience, you may also want to add the line `source
|
||||
"$RAY_ROOT/setup-env.sh"` to your `~/.bashrc` file manually, where `$RAY_ROOT`
|
||||
is the Ray directory (e.g., `/home/ubuntu/ray`).
|
||||
"$RAY_ROOT/setup-env.sh"` to the bottom of your `~/.bashrc` file manually, where
|
||||
`$RAY_ROOT` is the Ray directory (e.g., `/home/ubuntu/ray`).
|
||||
|
||||
### Test if the installation succeeded
|
||||
|
||||
|
||||
Reference in New Issue
Block a user