You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/21 03:44:30 UTC

[GitHub] [airflow] uranusjr commented on pull request #25780: Implement PythonPreexistingVirtualenvOperator

uranusjr commented on PR #25780:
URL: https://github.com/apache/airflow/pull/25780#issuecomment-1221461338

   The problem with `PythonPreexistingVirtualenvOperator` is it ideologically misleads the user to think it can only reference a virtual environment, while functionally it can work against much more (for example, you can set `python="/usr/bin/python"` to use system packages installed by apt, even if Airflow is not installed against that Python interpreter). This leads to worse discoverability.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org