Commit 41c69f3
authored
deps: Use python2 explicitly, to avoid FTBFS on modern systems
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 as `python`.
This fixes various FTBFS on modern Linux/macOS systems with no `python`
alias.
See: https://www.python.org/dev/peps/pep-0394/
See: TryGhost/node-sqlite3#1328
See: TryGhost/node-sqlite3#584
See: TryGhost/node-sqlite3#14431 parent 7b0324c commit 41c69f3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments