Conversation
As is required for latest `node-gyp`. Some images already had Python 3 installed, now alpine and centos7-devtoolset7 do too, additionally with the `python` command linked to `python3`. Meaning `python -V` will print a 3.x version number. On centos7-devtoolset7, Python 2 remains installed because `yum` relies on it. It can also be accessed as the `python2` command.
|
Two things to fix: android build is failing (unrelated) and centos has this env var: Maybe we should also set |
|
The paths in As for android, |
475da2a to
285ff82
Compare
|
I attempted to add |
As is required for latest
node-gyp. Some images already had Python 3 installed, now alpine and centos7-devtoolset7 do too, additionally with thepythoncommand linked topython3. Meaningpython -Vwill print a 3.x version number.On centos7-devtoolset7, Python 2 remains installed because
yumrelies on it. It can also be accessed as thepython2command.Replaces #22.