我在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)
任何帮助将非常感激!