Ubuntu 12.04 for python 3
Ubuntu 12.04 で Python3.2 使いたいと思ったけれど、Ubuntu で Python 3.2 を探してもソースコードからコンパイルしか無い……って悩んでいたが、普通にありました。 sudo apt-get install python3 でインストールできます。 % python3.2 Python 3.2.3 (default, May 3 2012, 15:51:42) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> 参考 http://askubuntu.com/questions/134747/how-do-i-run-python-3-2-3