【发布时间】:2016-10-16 00:08:25
【问题描述】:
我已按照以下说明安装了 gcloud: https://cloud.google.com/sdk/docs/quickstart-debian-ubuntu
gcloud 在我的路径中/usr/bin/gcloud,但我的路径中似乎没有dev_appserver.py。安装了吗?如何运行它?
平台:Ubuntu 16.04
编辑:通过运行dpkg -L google-cloud-sdk,我在/usr/lib/google-cloud-sdk/bin/dev_appserver.py 找到了它,但是当我尝试运行它时,我得到了:
This action requires the installation of components: [app-engine-
python]
You cannot perform this action because this Cloud SDK installation is
managed by an external package manager. If you would like to get the
也不知道为什么它没有添加到我的路径中。
【问题讨论】:
标签: google-app-engine gcloud google-app-engine-python