2.7.3 [インストール] メモ

$ tar xvfz Python-2.7.3.tgz
$ cd Python-2.7.3
$ CC=gcc CXX=g++ ./configure --prefix=/usr/local
$ make
$ su
# make install