Installed Ansible on Mac using following command as documented here:
pip install --user ansible
However, can't find Ansible with version command:
~ $ ansible --version
-bash: ansible: command not found
any clues?
For modern macOS/OSX, you need to find your ~/Library/Python/$version/bin
directory and add it to your environment PATH export PATH=[YOUR ansible installed location]
. This will help you locate the one where ansible got installed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With