Skip to content

Instantly share code, notes, and snippets.

@snmishra
Created March 23, 2016 16:18
Show Gist options
  • Select an option

  • Save snmishra/c9c2d7b6d650ca18a901 to your computer and use it in GitHub Desktop.

Select an option

Save snmishra/c9c2d7b6d650ca18a901 to your computer and use it in GitHub Desktop.

Revisions

  1. snmishra created this gist Mar 23, 2016.
    11 changes: 11 additions & 0 deletions find_python.patch
    Original 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