Move setproctitle to ray[debug] package (#3415)

This commit is contained in:
Eric Liang
2018-11-27 09:50:59 -08:00
committed by Robert Nishihara
parent 20b8b1d891
commit 0d56fc10cc
8 changed files with 28 additions and 13 deletions
+1 -1
View File
@@ -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.