由于无法直接apt安装python3.6.5
故记录如下
终端输入如下命令即可
wget https://www.python.org/ftp/python/3.6.5/Python-3.6.5rc1.tar.xz
xz -d Python-3.6.5rc1.tar.xz
tar -xvf Python-3.6.5rc1.tar
cd Python-3.6.5rc1
./configure
make
sudo make install