uranusjr commented on pull request #19992: URL: https://github.com/apache/airflow/pull/19992#issuecomment-986455464
> > I think it makes little sense to add the .exe to repo (it's quite big) and everyone should be able to generate one themselves if they need it - with simple one-liner (well maybe we can add a .bat script for that that will install pyinstaller, prepare the binary and move it to Airflow repo?) > > Yes, having a .bat and instructions will be really great once It passed some tests more. There’s a reason pip does not use a Bat, and the shortest version of that is Bat scripts don’t work as well as you may imagine outside of the simplest of scenarios. Stick to a real executable and you will not regret it. If the goal is to eliminate infrastructure, @vsajip maintains a set of “simple launchers” we can use to create the shims: https://bitbucket.org/vinay.sajip/simple_launcher/ -- 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]
