gopidesupavan commented on code in PR #43612:
URL: https://github.com/apache/airflow/pull/43612#discussion_r1828377689


##########
providers/src/airflow/providers/standard/utils/python_virtualenv.py:
##########
@@ -20,15 +20,51 @@
 from __future__ import annotations
 
 import os
+import shutil
 import sys
 from pathlib import Path
 
 import jinja2
 from jinja2 import select_autoescape
 
+from airflow.configuration import conf
 from airflow.utils.process_utils import execute_in_subprocess
 
 
+def _is_uv_installed() -> bool:
+    """
+    Check if the uv tool is installed via checking if it is on the path or 
installed as package.

Review Comment:
   ```suggestion
       Verify whether the uv tool is installed by checking if it's included in 
the system PATH or installed as a package.
   ```



-- 
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]

Reply via email to