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/ | bashfollow prompts install python , php app engine package.
restart shell or terminal pick environment changes.
exec -l $shellsign in google cloud platform using command:
gcloud auth logininstall app engine package python using command:
gcloud components update gae-python
Comments
Post a Comment