inohilog

/var/log/inohiro.log

brew install python32


==> Installing python32
==> Downloading http://python.org/ftp/python/3.2.3/Python-3.2.3.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/python32/3.2.3 --enable-ipv6 --datarootdir=/usr/local/Cellar/python32/3.2.3/share --datadir=/usr/local/Cellar/python32/3.2
==> make
==> make install PYTHONAPPSDIR=/usr/local/Cellar/python32/3.2.3
==> make frameworkinstallextras PYTHONAPPSDIR=/usr/local/Cellar/python32/3.2.3/share/python3.2
==> Downloading https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.7.tar.gz
######################################################################## 100.0%
==> /usr/local/Cellar/python32/3.2.3/bin/python3.2 -s setup.py install --force --verbose --install-lib=/usr/local/Cellar/python32/3.2.3/Frameworks/Python.framework/V
==> Downloading https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz
######################################################################## 100.0%
==> /usr/local/Cellar/python32/3.2.3/bin/python3.2 -s setup.py install --force --verbose --install-lib=/usr/local/Cellar/python32/3.2.3/Frameworks/Python.framework/V
==> Caveats
Homebrew's Python3 framework
/usr/local/Cellar/python32/3.2.3/Frameworks/Python.framework

Setuptools and Pip have been installed. To update them
pip-3.2 install --upgrade setuptools
pip-3.2 install --upgrade pip

To symlink "Idle 3.2" and the "Python Launcher 3.2" to ~/Applications
`brew linkapps`

You can install Python packages with
`pip-3.2 install `

They will install into the site-package directory
/usr/local/lib/python3.2/site-packages
Executable python scripts will be put in:
/usr/local/share/python3.2
so you may want to put "/usr/local/share/python3.2" in your PATH, too.

See: https://github.com/mxcl/homebrew/wiki/Homebrew-and-Python
==> Summary
/usr/local/Cellar/python32/3.2.3: 4436 files, 77M, built in 4.9 minutes