Help me to pass the Env variable using Doitmain like we will pass in subprocess
subprocess.run(shell_cmd,env = os.environ.copy())
is there any configuration in the Doitmain to pass env variable.
sys.exit(DoitMain(ModuleTaskLoader(my_module_with_tasks)).run(sys.argv[1:])) ??
Help me to pass the Env variable using Doitmain like we will pass in subprocess
subprocess.run(shell_cmd,env = os.environ.copy()) is there any configuration in the Doitmain to pass env variable. sys.exit(DoitMain(ModuleTaskLoader(my_module_with_tasks)).run(sys.argv[1:])) ??