Gdzie jest ścieżka SDK Google App Engine na OSX?

Muszę wiedzieć, aby stworzyć Pydev Google App Engine Project w Eclipse.

Author: Curyous, 2010-06-13

3 answers

/usr/local/google_appengine - to jest dowiązanie symboliczne, które łączy się z SDK.

 58
Author: Curyous,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/doraprojects.net/template/agent.layouts/content.php on line 54
2018-06-28 14:45:55

/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine

 28
Author: meckdahl,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/doraprojects.net/template/agent.layouts/content.php on line 54
2011-12-19 20:26:07

Dla MAC OS

Zamiast instalacji z chmury.google website, install sdk with brew

brew cask install google-cloud-sdk

Następnie zainstaluj komponenty Pythona:

gcloud components install app-engine-python

W pycharm Ustaw ścieżkę do:

/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/platform/google_appengine

To może być inne dla różnych użytkowników, ale upewnij się, aby wybrać google_appengine z folderu platformy i powinno działać jak urok

 1
Author: Burhan Shakir,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/doraprojects.net/template/agent.layouts/content.php on line 54
2017-11-27 21:35:21