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.
2 parents 5acdc83 + 80b437d commit 4c7acf0Copy full SHA for 4c7acf0
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