diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index c44d1be75c878ed114ad73ec79588b6bb5a5cd00..25c945c8ce2453b7a2df06087f43a7a587e09fc2 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 installation_validate.py + python ${PADDLE_ROOT}/paddle/scripts/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