ansible/bin
Marc Abramowitz 44b9f5e752 Make pip install -e work
This allows `pip install -e` and `python setup.py develop` to work
without having to do the stuff in
http://docs.ansible.com/intro_installation.html#running-from-source so
it's a tad nicer for Python programmers who are accustomed to installing
packages as editable/in development mode.

Fixes GH-8355 (https://github.com/ansible/ansible/issues/8355)
2014-07-30 13:35:11 -07:00
..
ansible No hosts matched goes to stderr. 2014-07-28 10:48:41 -04:00
ansible-doc Ignore powershell implementation files with ansible-doc as documentation lives in Python stubs. 2014-07-28 12:13:30 -04:00
ansible-galaxy Align markdown headers 2014-07-17 10:29:58 -07:00
ansible-playbook Make pip install -e work 2014-07-30 13:35:11 -07:00
ansible-pull ansible-pull should respect inventory file settings because, say, Python interpreter path can be non-default on a host 2014-06-05 01:37:41 +04:00
ansible-vault Fixing bug where the file handle is not closed properly because the parentheses are left off the call, telling Python to return a method but not call the method. 2014-07-16 08:48:41 -07:00