Skip to content

Commit 5cf8605

Browse files
committed
Fix pip install in mac
test=develop
1 parent d23c3ff commit 5cf8605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ EOF
384384
ctest --output-on-failure -j $1
385385
# make install should also be test when unittest
386386
make install -j 8
387-
pip install /usr/local/opt/paddle/share/wheels/*.whl
387+
pip install ${INSTALL_PREFIX:-/paddle/build}/opt/paddle/share/wheels/*.whl
388388
if [[ ${WITH_FLUID_ONLY:-OFF} == "OFF" ]] ; then
389389
paddle version
390390
fi

0 commit comments

Comments
 (0)