小编Ric*_*ard的帖子

如何在Google Cloud Shell中安装Python 3.7

我在Google Cloud Shell上安装了python 3.5,并希望使用3.7,以便可以对将要通过Google Cloud函数部署的代码进行命令行调试(并使用3.7功能(例如f字符串))。

我尝试以下各种形式:

sudo apt-get install python37
Run Code Online (Sandbox Code Playgroud)

总是回来

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package python37
Run Code Online (Sandbox Code Playgroud)

任何帮助将非常感激!

python-3.x google-cloud-shell

10
推荐指数
3
解决办法
2873
查看次数

标签 统计

google-cloud-shell ×1

python-3.x ×1