I am a running a python script where I train CNN on my laptop and now want to run it on google cloud. The script imports tensorflow and keras, for which I need Python 3.6
You can install it by using:
sudo apt-get -y -qq install python3
Check this using:
python3 --version