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
Another simple approach is
sudo ``which conda`` install python=3.7 -y
Obviously, I mean single backticks around which conda, but I can't remember how to escape backticks in github markdown.
Slash escape is \supposed` to work, but doesn't`
Slash escape is \
In tag:
`Slash escape is \`supposed\` to work, but doesn't`