osx - Google AppEngine crash saying "Fatal Error No deploy command" -


when tried deploy web site, google appengine crash saying

fatal error no deploy command(installation problem?) 

i tried find google_appengine directory , found /usr/local/google_appengine.old directory not find google_appengine directory. (i checked /usr/local , /usr/local/bin , few. )

when tried make symlinks, generate no errors, doesn't seem create google_appengine directory.

and problem appengine launcher crash , have no idea watch error log.

my environment :

mac osx 10.10.3, python 2.7.9, googleappenginelauncher-1.9.21(python)

go through installation procedure again, ensure gae-python component installed , gets added shell environment.

from https://console.developers.google.com/start/appengine :

download , install google cloud sdk running following command in shell or terminal:

curl https://sdk.cloud.google.com/ | bash 

follow prompts install python , php app engine package.

restart shell or terminal pick environment changes.

exec -l $shell 

sign in google cloud platform using command:

gcloud auth login 

install app engine package python using command:

gcloud components update gae-python 

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -