linux - 如何设置GAE_SDK_ROOT环境变量?

标签 linux google-app-engine environment-variables

我尝试在 Ubuntu 上本地运行 Google 应用,但是当我运行 dev_appserver.py 时出现此错误:

ValueError: Could not determine SDK root; please set GAE_SDK_ROOT environment variable.

有谁知道怎么解决吗?

最佳答案

export GAE_SDK_ROOT= wherever you unzipped the Google App Engine SDK

关于linux - 如何设置GAE_SDK_ROOT环境变量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20167273/

相关文章:

linux - 如何删除子目录下的文件但不删除子目录本身在linux中

python - 如何测试 Appengine 中 ReferenceProperty 的有效性?

java - 如何获取用户安装我的 Java 应用程序的路径?

environment-variables - SourceTree 中断路径变量

Python 错误 : ImportError: cannot import name Akismet

linux - 使用 grep 查找文本,如果在文件中找到回显该文件中的另一个字符串

linux - Anaconda5.0.1在linux上安装失败由于python3.6上的permission denied错误

linux - 为什么bash脚本启动的进程在终端关闭后不会退出?

java - 解析 Yahoo Finance API 返回的 CSV 数据

python - 将 NLTK 与 Google App Engine 结合使用