mchcz opened a new issue #8182: URL: https://github.com/apache/dolphinscheduler/issues/8182
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened PYTHON_HOME configuration is as follows: export PYTHON_HOME=/usr/bin/python3 When performing the task, the prompt cannot find the relevant python module:  Scripts run correctly on the server.  If I change the "python” to “python3”, the python task will run successfully.  or Delete the python soft link on the server, create a new soft link and point to python3, and the task can also run successfully.   ### What you expected to happen Python tasks can be executed normally. ### How to reproduce See "What happened" ### Anything else _No response_ ### Version 2.0.3 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
