potiuk commented on PR #27988: URL: https://github.com/apache/airflow/pull/27988#issuecomment-1331165884
Oh nice. That lead me to find out how what are the rules of adding the CWD to PYTHONPATH https://docs.python.org/3/library/sys.html#sys.path > * python -m module command line: prepend the current working directory. * python script.py command line: prepend the script’s directory. If it’s a symbolic link, resolve symbolic links. * python -c code and python (REPL) command lines: prepend an empty string, which means the current working directory. Interesting :) I wouldn't have thought. -- 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]
