Skip to content

Initialize the python interpreter properly on macOS.

David Thompson requested to merge dcthomp/smtk:python-in-bundle into master

Applications that package SMTK (like modelbuilder) include modules in their application bundle. If that directory exists, we must point the interpreter at it before initializing pybind11.

Merge request reports