ubuntu 安装python3.2

       安装的是ubuntu12.0.4。系统自带了python2.7,尝试安装版本更高的python3.2。下载pyhon3.2  http://www.python.org/getit/releases/3.2.5/  我下载的是 Python-3.2.5.tar.bz2

1.我是目录下 /opt/python下

2.解压文件 $ tar -xjvf Python-3.2.5.tar.bz2

3.$ cd /opt/python/Python-3.2.5

4.执行 ./configure

5 编译 make

6安装 sudo make install

7移除python2.7 的link :.`1:cd /usr/bin 2:remove python 3.ln -s  /opt/python/Python-3.2.5/python python

完工

安装pydev 很多源都被墙了 :/usr/lib/eclipse/dropins



ubuntu 安装python3.2

你可能感兴趣的:(python3)