hantmac opened a new issue, #13883: URL: https://github.com/apache/dolphinscheduler/issues/13883
### 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 I want to use datax on my local machine. And I have set the `env` in `dolphinscheduler_env.sh` ``` export DATAX_HOME=/Users/nam/DataX/target/datax/datax/bin/datax.py export JAVA_HOME=/Users/name/zulu8.68.0.21-ca-jdk8.0.362-macosx_aarch64/zulu-8.jdk/Contents/Home export PYTHON_HOME=/opt/homebrew/bin/python3 export PATH=$DATAX_HOME/bin:$JAVA_HOME/bin:$PYTHON_HOME/bin:$PATH ``` but got the folloing error: ``` [INFO] 2023-04-07 12:05:33.993 +0800 - -> /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file '/bin/datax.py': [Errno 2] No such file or directory [INFO] 2023-04-07 12:05:34.016 +0800 - process has exited. execute ``` ### What you expected to happen Run datax correctly. ### How to reproduce Using datax to sync data from mysql to mysql. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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]
