On Tue, Mar 4, 2014 at 3:53 PM, Marco Corte <[email protected]> wrote: > Yes, it is hardcoded in the first line > > % head /usr/share/ansible/system/ping > > gives > > #!/usr/bin/python2 > # -*- coding: utf-8 -*- > > > # (c) 2012, Michael DeHaan <[email protected]> > # > # This file is part of Ansible > # > # Ansible is free software: you can redistribute it and/or modify > # it under the terms of the GNU General Public License as published by > # the Free Software Foundation, either version 3 of the License, or > > I will try to understand why it has been packaged this way. > > Thanks
I've seen this issue with quite a few python packages from AUR. That's why I prefer to go with virtualenv and install packages using pip. That's how I have installed ansible on my system and I don't need to bother with such modifications. -- 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/CADTL0obhLRnZzwgQ0vsuXSRVbLyTNyWMBtgY-EpJ2RffHMAYvg%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
