Closed pavelzw closed 2 years ago
Since macos-10.15 is now deprecated and will be fully unsupported by 1/12/2022, we need to upgrade the os. From macos-11 on, sudo pip3 install ansible fails without upgrading pip, so we need to do that first.
macos-10.15
macos-11
sudo pip3 install ansible
pip
Thank you!
Since
macos-10.15
is now deprecated and will be fully unsupported by 1/12/2022, we need to upgrade the os. Frommacos-11
on,sudo pip3 install ansible
fails without upgradingpip
, so we need to do that first.