We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688ddc9 commit 1512cf2Copy full SHA for 1512cf2
paddle/scripts/paddle_build.sh
@@ -83,7 +83,7 @@ function cmake_gen() {
83
exit 1
84
fi
85
elif [ "$1" == "cp35-cp35m" ]; then
86
- if [ -d "/Library/Frameworks/Python.framework/Versions/2.7" ]; then
+ if [ -d "/Library/Frameworks/Python.framework/Versions/3.5" ]; then
87
export LD_LIBRARY_PATH=/Library/Frameworks/Python.framework/Versions/3.5/lib/
88
export DYLD_LIBRARY_PATH=/Library/Frameworks/Python.framework/Versions/3.5/lib/
89
export PATH=/Library/Frameworks/Python.framework/Versions/3.5/bin/:${PATH}
0 commit comments