I have python 3.5 on my google cloud shell and want 3.7 so I can do command line debugging of code I am going to deploy via google cloud functions (and use 3.7 features such as f-strings).
I have tried various forms of the following:
sudo apt-get install python37
and always get back
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python37
python3.7
? – Bristolpython3.7
andpython3.7.3
- all with same results – Parade