Created
March 23, 2016 16:18
-
-
Save snmishra/c9c2d7b6d650ca18a901 to your computer and use it in GitHub Desktop.
Revisions
-
snmishra created this gist
Mar 23, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ --- build/find_python.sh 2015-12-15 20:07:28.000000000 -0800 +++ build/find_python.sh 2015-12-15 20:07:45.000000000 -0800 @@ -21,7 +21,7 @@ # # Required version of Python -VERSION=${1:-0x2070000} +VERSION=${1:-0x2060000} for pypath in "$PYTHON" "$PYTHON2" "$PYTHON3" python python2 python3; do if [ "x$pypath" != "x" ]; then