Why does JMP JSL remove /usr/local/bin (and other paths) from Python os.environ['PATH'] on MacOS?
Issue statement: -- On Mac OS, when JSL launches Python interpreter, it removes /use/local/bin and other paths from os.environ['PATH'] How to reproduce this issue: -- For the following Python codesimport os print(os.environ)-- If the codes are executed in Mac OS Terminal, the results would be the followings:(Note: only 'PATH' item is shown below. Other irrelevant items are not shown)environ({ 'PA...