mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 16:30:41 +08:00
Move setproctitle to ray[debug] package (#3415)
This commit is contained in:
committed by
Robert Nishihara
parent
20b8b1d891
commit
0d56fc10cc
@@ -651,7 +651,7 @@ def stack():
|
||||
COMMAND = """
|
||||
pyspy=`which py-spy`
|
||||
if [ ! -e "$pyspy" ]; then
|
||||
echo "ERROR: Please 'pip install py-spy' first"
|
||||
echo "ERROR: Please 'pip install py-spy' (or ray[debug]) first"
|
||||
exit 1
|
||||
fi
|
||||
# Set IFS to iterate over lines instead of over words.
|
||||
|
||||
Reference in New Issue
Block a user