wangmingzhiJohn opened a new issue #5685: URL: https://github.com/apache/dolphinscheduler/issues/5685
My DS system is setup by Docker. When I ran like this in a PythonTask, I found that env is different from what i got in the docker container of worker.  This is what env showed by the **Python Task.**  And this is what env showed by execute `os.system("env")` or `os.environ` **directly in the container of worker**.  I don't know why they are totally different, especially the Variable 'PATH'. I thought that docker container is exactly where python executes script. So i am confused **Which version of DolphinScheduler:** -[1.3.6-release] -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
