AppleMac/Python
- Two options homebrew or system
- Chose system, so uninstall brew python
- brew uninstall python3 etc.
- mv /opt/homebrew/bin/ansible* to old/
- Check python with witch python3
- Install ansible
- python3 -m pip install ansible
Install azure modules - https://aka.ms/azsdk/python/all
- [ azure-cli ]
- Uninstall
python3 -m pip uninstall -y -r <(python3 -m pip freeze | grep azure)