[Mac Os X] – How to install ansible version X?

Following an example/commands to install ansible 2.4.

  • $ brew install python
  • $ pip3 install virtualenv
  • $ sudo pip install ansible==2.4.0

If you would like to uninstall.

  • $ sudo pip uninstall ansible

 

Leave a comment