google cloud compute engine change to python 3.6

后端 未结 2 782
滥情空心
滥情空心 2021-01-04 09:12

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

2条回答
  •  悲&欢浪女
    2021-01-04 09:43

    You can install it by using:

    sudo apt-get -y -qq install python3
    

    Check this using:

    python3 --version
    

提交回复
热议问题