我尝试使用终端 ( brew) 以及使用.dmgpackage.json安装 Python 。
command: brew install python
and this path is python when install using dmg
/Library/Frameworks/Python.framework/Versions/3.8/bin/python3
Run Code Online (Sandbox Code Playgroud)
但我收到下面列出的错误。
之后我尝试ansible安装:
brew install ansible
Run Code Online (Sandbox Code Playgroud)
最后一个 ansible 命令 ping for all 或 host :

这是特定于操作系统的问题还是其他问题?您的帮助将不胜感激。