ubuntu 16.04中安装python 3.6

简单粗暴:

$ sudo add-apt-repository ppa:deadsnakes/ppa
$ sudo apt update
$ sudo apt install python3.6
滚动至顶部