Differences between Framework and non-Framework builds of Python on Mac OS X

前端 未结 5 461
北恋
北恋 2020-11-30 21:56

Question

What are the differences between a Framework build and a non-Framework build (i.e., standard UNIX build) of Python on Mac OS X? Also, what are the advanta

5条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-30 22:40

    I use Macports on 10.6, which makes it very simple to install multiple versions of python and switch between them and Apple's version:

    sudo port install python26
    sudo port install python_select
    sudo python_select -l
    

    The most recent version of python26 is 2.6.2, and compiles and runs fine on 10.6.1: trac.macports.org/browser/trunk/dports/lang/python26/Portfile

提交回复
热议问题