diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 6ccbb0c37f0586636b61e59be916beb832c604f1..c44d1be75c878ed114ad73ec79588b6bb5a5cd00 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -444,7 +444,7 @@ EOF if [ "$1" == "cp27-cp27m" ]; then set -e pip install --user ${INSTALL_PREFIX:-/paddle/build}/opt/paddle/share/wheels/*.whl - python -c installation_validate.py + python installation_validate.py elif [ "$1" == "cp35-cp35m" ]; then pip3.5 install --user ${INSTALL_PREFIX:-/paddle/build}/opt/paddle/share/wheels/*.whl elif [ "$1" == "cp36-cp36m" ]; then