OSX 上的 Google App Engine SDK 路径在哪里?
我需要知道如何在 Eclipse 中创建 Pydev Google App Engine 项目。
I need to know for creating a Pydev Google App Engine Project in Eclipse.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于 MAC OS
不要从 cloud.google 网站安装,而是使用brew 安装 sdk
之后安装 python 组件:
在 pycharm 中将路径设置为:
这对于不同的用户可能会有所不同,但请确保从平台文件夹中选择 google_appengine,它应该像魅力一样工作
For MAC OS
Instead of installing from the cloud.google website, install the sdk with brew
After that install the python componenents :
In pycharm set the path to :
This might be different for different users but make sure to select the google_appengine from the platform folder and it should work like a charm
/usr/local/google_appengine
- 这是链接到 SDK 的符号链接。/usr/local/google_appengine
- that's a symlink that links to the SDK.