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 2021/04/08 17:51:01 UTC

[GitHub] [airflow] uranusjr edited a comment on issue #15286: use PythonVirtualenvOperator with a prebuilt env

uranusjr edited a comment on issue #15286:
URL: https://github.com/apache/airflow/issues/15286#issuecomment-816019786


   Hi, could provide more context to the issue? Why do you want this feature? Is the current virtualenv approach not working? Are there technical advantages to the built-in `venv` over `virtualenv`?
   
   From my understanding, virtual environments created by `virtualenv` should be technically identical to those created by `venv`, but `virtualenv` provides much better configurability and performance characteristics in the implementation. The only real advantage to `venv` is it does not require installing a third-party dependency, but that is a non-issue for Airflow, which has a ton of them anyway.


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

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