【发布时间】:2014-02-22 09:08:32
【问题描述】:
我已经在网上阅读了多个使用 Homebrew 安装 python 的资源,并且都建议使用这个命令:
brew install python --universal --framework
但是当我尝试探索 python 的选项时,--framework 不在列表中。如何验证框架是否已安装?
brew options python
--quicktest
Run `make quicktest` after the build (for devs; may fail)
--universal
Build a universal binary
--with-brewed-openssl
Use Homebrew's openSSL instead of the one from OS X
--with-brewed-tk
Use Homebrew's Tk (has optional Cocoa and threads support)
--with-dtrace
Experimental DTrace support (http://bugs.python.org/issue13405)
--with-poll
Enable select.poll, which is not fully implemented on OS X (http://bugs.python.org/issue5154)
--without-gdbm
Build without gdbm support
--without-readline
Build without readline support
--without-sqlite
Build without sqlite support
--HEAD
install HEAD version
【问题讨论】:
标签: python installation homebrew options