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

前端 未结 5 455
北恋
北恋 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:24

    If you are going to ship your code (have it running on another machine), you'd better use the system version of python otherwise your program behavior will be undefined on the other machines.

提交回复
热议问题