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 5acdc83 commit 80b437dCopy full SHA for 80b437d
scripts/build.sh
@@ -19,7 +19,7 @@ if [ -z "$python_bin" ]; then
19
if [[ "`uname`" =~ "Darwin" ]]; then
20
python_bin=$(which python)
21
else
22
- python_bin=$(whereis -b python | tr ' ' '\n' | egrep "/python([0-9].[0-9])?$" | head -1)
+ python_bin=$(whereis -b python | tr ' ' '\n' | egrep "/python(2\.7)?$" | head -1)
23
fi
24
25
if [ -z "$python_bin" ]; then
0 commit comments