The package name for Ansible changes with the current development version. It seems like pip lets me install Ansible 2.9 and 2.10 at the same time...
bash-4.4# pip3 show ansible Name: ansible Version: 2.9.7 Summary: Radically simple IT automation Home-page: https://ansible.com/ Author: Ansible, Inc. Author-email: [email protected] License: GPLv3+ Location: /usr/local/lib/python3.6/site-packages Requires: jinja2, PyYAML, cryptography The directory '/var/lib/awx/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. bash-4.4# pip3 show ansible-base Name: ansible-base Version: 2.10.0.dev0 Summary: Radically simple IT automation Home-page: https://ansible.com/ Author: Ansible, Inc. Author-email: [email protected] License: GPLv3+ Location: /usr/local/lib/python3.6/site-packages Requires: jinja2, PyYAML, cryptography The directory '/var/lib/awx/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Is there a use case for this? Would it be a reasonable request for guard rails of some kind? Alan github: AlanCoding -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-devel/CAADLLLjBpEK9P5o1RB1RDdB2vkPpwdSC_rWOOfWNK7KVhVr9fQ%40mail.gmail.com.
