Do not add script directory to PYTHONPATH

The directory containing the Python script we run is prepended to PYTHONPATH. It is problematic when a subdirectory has the same name as a packages (HuggingFace’s datasets in my case) because it takes the precedence. How can I disable this behavior in Ray?