Skip to content

BUG: Do not import module site when initializing python interpreter

Haocheng LIU requested to merge haocheng.liu/smtk:Add-Py_NoSiteFlag into master

This MR fix CMB test failures on windows that caused by initializing python environment incorrectly. If needed, user can import site module later after initialization.

Edited by Haocheng LIU

Merge request reports