Hello Michael, I would always recommend to take the virtualenv approach for non-trivial python software. The same principle is used for e.g. WARs or take a look at docker-compose, they even bundle Python itself. Wasting 30MB disk space is nothing compared to the effort needed to align every Python software on an OS in regards of their dependencies.
Regards Mirko -- Sent from my mobile Am 25.05.2017 13:37 schrieb "Michael Ströder" <[email protected]>: Alan Orth wrote: > Yeah, definitely issues between those two. See some issue reports on > GitHub, for example: > > https://github.com/ansible/ansible/issues/20063 Any news on that? The bug above is labeled "affects_2.3" and there's no milestone defined yet. I'm asking because the Linux distros ship with Jinja2 2.9.x and therefore their ansible packages won't work. Personally I'm using a virtualenv for ansible installation because of that. But what's the general recommendation? Ciao, Michael. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/ msgid/ansible-project/da0cf407-dad4-beb3-acc5-fd480c5d344a%40stroeder.com. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAK8jvqwsyWn2f5CiJcwk%2Bnc%2BHgjzbEpJLzEQ2xjP5WUOELdgRg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
