File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 if python_cmd_path and ' pyenv/shims' not in python_cmd_path:
3434 sys.stderr.write(' \t{} {}\n' .format(python_cmd_path, ' ' .join(sys.argv[:1])))
3535 if sys.version_info > (3, 10):
36- sys.stderr.write(' Running "configure" with newer versions of python has not been tested and may not work.\n' )
36+ sys.stderr.write(' Running "configure" with newer versions of Python has not been tested and may not work.\n' )
3737 sys.stderr.write(' To bypass this check, run "python ./configure.py" and report whether it works via an issue at https://github.com/nodejs/node\n' )
3838 else:
39- sys.stderr.write(' Running "configure" with a pre-3.6 version of python is not supported and will likely not work.\n' )
40- sys.stderr.write(' To bypass this check (not recommended) run "python ./configure.py\n"' )
39+ sys.stderr.write(' Running "configure" with a pre-3.6 version of Python will not work.\n' )
4140 sys.exit(1)
You can’t perform that action at this time.
0 commit comments