【问题标题】:Homebrew python installation options自制 python 安装选项
【发布时间】: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


    【解决方案1】:

    Homebrew 现在默认将 Python 构建为框架。

    【讨论】:

      猜你喜欢
      • 2012-10-16
      • 2016-02-14
      • 1970-01-01
      • 2022-09-23
      • 1970-01-01
      • 2021-10-17
      • 1970-01-01
      • 2014-01-22
      • 1970-01-01
      相关资源
      最近更新 更多