trotto/go-links

dev_appserver.py: command not found

pauldraper opened this issue · 5 comments

When running locally

./run_local.sh: line 5: dev_appserver.py: command not found

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.

Thanks I got that working.

Great, glad to hear it! What was the resolution? I can update the README if needed.

I didn't realize gcloud was required for both local running and deploying.

(I'm not a GCP guy.)

@pauldraper thank you for explaining what happened.