google dev_appserver throws error 'python2: command not found' after upgrade to python 3.7
问题 Until yesterday I was successfully using the dev_appserver.py app.yaml --enable_console for my development. Yesterday I attempted to upgrade to python 3.7 for my development. The upgrade seemed to be Ok, but now I get the following error message. server:bones brian$ dev_appserver.py app.yaml --enable_console ERROR: (dev_appserver) python2: command not found app.yaml: application: bones version: 1 runtime: python37 entrypoint: gunicorn -b :$PORT main:app api_version: 1 threadsafe: true