2014-02-22 44 views
1

我已經在網上看了多個來源,使用自制軟件安裝Python和所有建議的這個命令:自制Python安裝選項

brew install python --universal --framework

但是,當我試圖探索選項蟒蛇,--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 

回答

1

Homebrew現在默認構建Python爲框架。