From 883cb227435e98d5d606b2aad8f99c89fc001257 Mon Sep 17 00:00:00 2001 From: emailweixu Date: Sat, 6 May 2017 00:47:08 -0700 Subject: [PATCH] Update run_python_tests.sh --- paddle/scripts/run_python_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/scripts/run_python_tests.sh b/paddle/scripts/run_python_tests.sh index 2d7dd6a2d2..3c9baae961 100755 --- a/paddle/scripts/run_python_tests.sh +++ b/paddle/scripts/run_python_tests.sh @@ -29,7 +29,7 @@ if [ $USE_VIRTUALENV_FOR_TEST -ne 0 ]; then source .test_env/bin/activate PYTHON=python fi - +export PYTHONPATH= $PYTHON -m pip install $SCRIPTPATH/../dist/*.whl # The next line is for debug, will be deleted $PYTHON -m pip list -- GitLab