Plum's Blog - Python3.5
https://plumz.me/tag/Python3-5
-
在 Ubuntu 14.04.3 上安装 Python 3.5
https://plumz.me/archives/2333/
2015-11-21T16:06:00+08:00
添加 PPA:sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
安装 Python 3.5:sudo apt-get install python3.5
sudo apt-get install python3.5-dev
sudo apt-get install libncurses5-dev
[...]