python3 -m venv venv source venv/bin/activate pip install ansible
ansible --version ansible 2.9.9 config file = /Users/dnmvisser/.ansible.cfg configured module search path = ['/Users/dnmvisser/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /Users/dnmvisser/venv/lib/python3.7/site-packages/ansible executable location = /Users/dnmvisser/venv/bin/ansible python version = 3.7.3 (default, Sep 5 2019, 17:14:41) [Clang 11.0.0 (clang-1100.0.33.8)] On Tue, 16 Jun 2020 at 15:58, Tony Wong <[email protected]> wrote: > > Is there a way to install ansible on osX in an isolated virtual environment? > without having to setup a ubuntu VM? > > I dont want the ansible binaries or whatever software it installs on osx to > interfere with my working environment > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/CALmkhkq2QdoMbdYxJ-Hr%2BO%3DJfrfvkfxx0Sf%3D5ojL6TWW4%3D85-w%40mail.gmail.com. -- Dick Visser Trust & Identity Service Operations Manager GÉANT -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAL8fbwPbuOFskd2bn8KPFYogWBnZTjrB97aZ8G75L%2ByoyVfuZw%40mail.gmail.com.
