#ubuntu14.04 apt安装
add-apt-repository ppa:deadsnakes/ppa
apt-get update
apt-get install python3
ps: 默认是3.4,可直接写指定版本如:python3.6。