https://github.com/mapbox/node-sqlite3/blob/master/deps/sqlite3.gyp#L58 Here we are calling the `python` executable, this can point to either python2 or python3 depending on the distribution. Should be changed to `python2`.
https://github.com/mapbox/node-sqlite3/blob/master/deps/sqlite3.gyp#L58
Here we are calling the
pythonexecutable, this can point to either python2 or python3 depending on the distribution. Should be changed topython2.