Closed diegoe closed 3 years ago
Please note that just aliasing python
with a package (like Debian's python
) or manually is not a real solution, and leaves the user/developer's system open to many funny bugs, which the "No default python
thing is precisely trying to avoid".
Thanks for the change.
Modern Linux distributions do not alias
python
to python2. Ptyhon's PEP394 goes into further detail, but currently you should point to the Python version you expect to find aspython
.This fixes various FTBFS on modern Linux/macOS systems with no
python
alias.See: https://www.python.org/dev/peps/pep-0394/ See: https://github.com/mapbox/node-sqlite3/issues/1328 See: https://github.com/mapbox/node-sqlite3/issues/584 See: https://github.com/mapbox/node-sqlite3/issues/1443