python - Brew not installing the latest version -


i trying latest version of python on mac mountain lion. latest version 2.7.4, when run brew install python downloads 2.7.2. going on?

brew install python 

==> downloading http://www.python.org/ftp/python/2.7.2/python-2.7.2.tar.bz2
file downloaded in /users/pietro/library/caches/homebrew
==> patching patching file lib/whichdb.py
hunk #1 succeeded @ 91 fuzz 1.
==> ./configure --prefix=/usr/local/cellar/python/2.7.2 --enable-shared
==> make
==> make install
==> downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.24.tar.gz
file downloaded in /users/pietro/library/caches/homebrew
==> /usr/local/cellar/python/2.7.2/bin/python setup.py install
==> caveats
"distutils.cfg" has been written to: /usr/local/cellar/python/2.7.2/lib/python2.7/distutils specifing install-scripts folder as: /usr/local/share/python

if install python packages via "python setup.py install", easy_install, pip, provided scripts go install-scripts folder above, may want add path.

distribute has been installed, easy_install available. update distribute outside of homebrew: /usr/local/share/python/easy_install pip /usr/local/share/python/pip install --upgrade distribute

see: https://github.com/mxcl/homebrew/wiki/homebrew-and-python
==> summary
/usr/local/cellar/python/2.7.2: 4803 files, 81m, built in 2.4 minutes

have updated homebrew lately (by running brew up)? 2.7.4 current python version in homebrew.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -