From e9c86ac41d655eae27df5728da8250773803b660 Mon Sep 17 00:00:00 2001 From: JiabinYang Date: Mon, 24 Dec 2018 11:51:06 +0000 Subject: [PATCH] test=develop, install requirements.txt with user previlige --- paddle/scripts/paddle_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 99a661f4647..6ccbb0c37f0 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -79,7 +79,7 @@ function cmake_gen() { PYTHON_FLAGS="-DPYTHON_EXECUTABLE:FILEPATH=/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 -DPYTHON_INCLUDE_DIR:PATH=/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPYTHON_LIBRARY:FILEPATH=/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib" - pip install -r ${PADDLE_ROOT}/python/requirements.txt + pip install --user -r ${PADDLE_ROOT}/python/requirements.txt else exit 1 fi -- GitLab