We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4affc30 commit 80ada94Copy full SHA for 80ada94
configure
@@ -20,7 +20,7 @@ del _
20
import sys
21
from distutils.spawn import find_executable
22
23
-print('Node configure: Found Python {0}.{1}.{2}...'.format(*sys.version_info))
+print('Node.js configure: Found Python {0}.{1}.{2}...'.format(*sys.version_info))
24
acceptable_pythons = ((3, 8), (3, 7), (3, 6), (3, 5), (2, 7))
25
if sys.version_info[:2] in acceptable_pythons:
26
import configure
0 commit comments