Python 3.0 をインストールしました

$ ./configure --prefix=$HOME/module/python-3.0 2> c.err | tee c.log
$ make 2> m.err | tee m.log
$ make test 2> mt.err | tee mt.log
$ make install
$ rehash
$ python3.0 --version
Python 3.0
$ alias py3=python3.0

Pythonコンパイルが済むまで,Real World Haskell でも読みますかね.

http://www.amazon.co.jp/dp/4873113938/search042-22/ref=nosim/初めてのPython 第3版

py3 で,パイサンと言いたかった訳じゃないんだからね.