BUG: Do not import module site when initializing python interpreter
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