Quote:
Originally Posted by KevinH
That should do effectively the same thing unless we mess up the environment somehow when we launch python plugins.
|
I believe you copy the system environment to the newly-created Python process environment when launching a Sigil plugin on Mac (if I recall correctly) before inserting a few new environment variables. So your temporary workaround should work.
We could also insert this new one in the same place in PluginRunnner.cpp (for the next release), since the env var really only needs to exist for the python process and not Sigil in general.