我正在尝试在 Mac Mountain Lion 上获取最新版本的 python。但是最新版本是 2.7.4,但是当我运行 brew install python 时,它会下载 2.7.2。到底是怎么回事?
brew install python
==> 正在下载http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2
文件已经下载到 /Users/pietro/Library/Caches/Homebrew
==> 打补丁文件 Lib/whichdb.py
Hunk #1 在 91 成功,带有 fuzz 1。
==> ./configure --prefix=/usr/local/Cellar/python/2.7.2 --enable-shared
==> make
==> make install
==> 正在下载http://pypi.python.org/packages/source/d/distribute/distribute-0.6.24.tar.gz
文件已经下载到 /Users/pietro/Library/Caches/Homebrew
==> /usr/local/Cellar/python/2.7.2/bin/python setup.py install
==> 注意事项
“distutils.cfg”已写入:/usr/local/Cellar/python/2.7.2/lib/python2.7/distutils,将安装脚本文件夹指定为:/usr/local/share/python如果您通过“python setup.py install”、easy_install、pip 安装 Python 包,任何提供的脚本都将进入上面的 install-scripts 文件夹,因此您可能需要将其添加到您的 PATH 中。
已安装分发,所以easy_install 可用。要在 Homebrew 之外更新分发自身:/usr/local/share/python/easy_install pip /usr/local/share/python/pip install --upgrade Distribute
见:https
://github.com/mxcl/homebrew/wiki/Homebrew-and-Python ==> 摘要
/usr/local/Cellar/python/2.7.2:4803个文件,81M,2.4分钟建成