Skip to content

tools: suggest python2 command in configure

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

tools

As suggested by @jbergstroem, this text should be helpful to people on systems where python is python3. Will print:

Please use either Python 2.6 or 2.7
You can try using a different interpreter like this:

  PYTHON=/usr/bin/python2 ./configure

Ref: https://github.com/nodejs/node/issues/9512#issuecomment-279701847

Merge request reports

Loading