【发布时间】:2019-04-27 08:57:26
【问题描述】:
我在我的谷歌云 shell 上有 python 3.5 并且想要 3.7,所以我可以对要通过谷歌云功能部署的代码进行命令行调试(并使用 3.7 功能,例如 f-strings)。
我尝试了以下各种形式:
sudo apt-get install python37
永远回来
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python37
【问题讨论】:
-
你试过
python3.7吗? -
是的 -
python3.7和python3.7.3- 结果都一样
标签: python python-3.x google-cloud-shell