joppevos commented on issue #21105: URL: https://github.com/apache/airflow/issues/21105#issuecomment-1096602499
@potiuk There is a bash function called `function breeze::setup_default_breeze_constants()`, which sets up all the variables and globals. Many of those globals are used when creating the virtualenv. `function breeze::initialize_virtualenv()`. That is the bash function that we are re-writing in this issue. Should we also create a similar function in python? One who sets all these globals. Or should we approach this different in Python? -- 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]
