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
Solutions for developers
Following an example/commands to install ansible 2.4.
If you would like to uninstall.