Google chrome 命令提示符无法识别http

Google chrome 命令提示符无法识别http,google-chrome,google-app-engine,sdk,cloud,Google Chrome,Google App Engine,Sdk,Cloud,我正在尝试安装谷歌应用程序引擎 我有云SDK v260.0.0和Python 2.7.9 当我运行命令时: http://code.google.com/appengine/gcloud components install app-engine-python from the cmd 它给了我一个错误: 'http:' is not recognized as an internal or external command, operable program or batch file.

我正在尝试安装谷歌应用程序引擎

我有云SDK v260.0.0和Python 2.7.9

当我运行命令时:

http://code.google.com/appengine/gcloud components install app-engine-python from the cmd
它给了我一个错误:

'http:' is not recognized as an internal or external command,
operable program or batch file.
发生了什么事

我有Windows 10,正在从以下目录运行:

C:\Users\MyName\AppData\Local\Google\Cloud SDK
下面是安装Python2应用程序引擎的步骤

由于您提到已经安装了Python和Google Cloud SDK,您可以从步骤3开始,在终端中为gcloud组件运行以下命令:

gcloud components install app-engine-python

正如Yanan C所述,您安装应用程序引擎时使用:

gcloud components install app-engine-python
然而,一开始我不得不删除链接

更改:

http://code.google.com/appengine/gcloud components install app-engine-python
致:


这就是我一直坚持的。
gcloud components install app-engine-python