$ ./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 でも読みますかね.
初めてのPython 第3版
py3 で,パイサンと言いたかった訳じゃないんだからね.