提交 b76682c5 编写于 作者: Y Yu Yang 提交者: GitHub

Exit when pip install failed

上级 6ef0b7ce
......@@ -73,6 +73,7 @@ if [ $? -eq 1 ]; then # Older version installed, or not installed at all
echo "pip install wheels failed. "
echo "Please use 'sudo paddle' at the first time you use PaddlePaddle"
echo "PaddlePaddle will install some python dependencies automatically."
exit 1
fi
echo "Python dependencies are installed."
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册