I need to set some environment variables in the Python script and I want all the other scripts that are called from Python to see the environment variables\' set.
If
What about os.environ["DEBUSSY"] = '1'? Environment variables are always strings.
os.environ["DEBUSSY"] = '1'