I installed python3 first on my PC. Now python
launches python3 in a command prompt. When I tried to run a node app with a python2 dependency, I got an error about syntax (it was using the old print syntax):
gyp ERR! stack Error: Command failed:
C:\Users\User\AppData\Local\Programs\Python\Python38-32\python.EXE -c import
sys; print "%s.%s.%s" % sys.version_info[:3];
But I don't know how to make python point to python2.