Skip to content

Commit

Permalink
Exit when pip install failed
Browse files Browse the repository at this point in the history
  • Loading branch information
reyoung authored Sep 9, 2016
1 parent 6ef0b7c commit b76682c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/scripts/submit_local.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b76682c

Please sign in to comment.