Exit when pip install failed

avx_docs
Yu Yang 9 years ago committed by GitHub
parent 6ef0b7ce6d
commit b76682c5e3

@ -73,6 +73,7 @@ if [ $? -eq 1 ]; then # Older version installed, or not installed at all
echo "pip install wheels failed. " echo "pip install wheels failed. "
echo "Please use 'sudo paddle' at the first time you use PaddlePaddle" echo "Please use 'sudo paddle' at the first time you use PaddlePaddle"
echo "PaddlePaddle will install some python dependencies automatically." echo "PaddlePaddle will install some python dependencies automatically."
exit 1
fi fi
echo "Python dependencies are installed." echo "Python dependencies are installed."
fi fi

Loading…
Cancel
Save