dev_appserver.py: command not found
pauldraper opened this issue · 5 comments
pauldraper commented
When running locally
./run_local.sh: line 5: dev_appserver.py: command not found
itsojon commented
Hey @pauldraper! Sorry you hit an issue. If you already installed the gcloud
SDK, you may also need to run:
gcloud components install app-engine-python
Let me know if you still get an error. If needed, I can walk through the setup from a fresh environment and debug more deeply.
pauldraper commented
Thanks I got that working.
itsojon commented
Great, glad to hear it! What was the resolution? I can update the README if needed.
pauldraper commented
I didn't realize gcloud was required for both local running and deploying.
(I'm not a GCP guy.)
itsojon commented
@pauldraper thank you for explaining what happened.