我在 google cloud shell 上创建了一个非常简单的 python hello_world 脚本。我实现了它并在浏览器内的谷歌云外壳中运行它,它正确编译和输出。
我的问题是,如果我想通过我所在的 linux 服务器实现同样的 hello_world 脚本怎么办?我目前刚刚下载了谷歌 SDK 并执行了“gcloud init”,并按照谷歌云文档在我的 linux 服务器上设置了这个 hello_world python 项目:
https://cloud.google.com/sdk/docs/quickstart-linux
https://cloud.google.com/sdk/downloads
我对如何在我的 linux 服务器终端上访问这些文件并通过 linux 服务器终端运行它们有点困惑。我只是想在这里运行它们,并通过浏览器内的控制台获得与在 google cloud shell 上相同的输出。