Hacker News new | ask | show | jobs
by zymhan 4283 days ago
Why do you suggest installing it via pip?
1 comments

Probably because he suspects that it will be more up to date than the PPA; however Michael DeHaan comments that Ansible themselves maintain the PPA so it will be as up to date as the PyPI version.

The other reason might be to support multiple versions of Ansible and its dependencies simultaneously, via virtualenvs.

That was what I suspected, but your second point is a very good one.