After set up a new macos Catalina machine, zsh can’t find ansible.
pip install ansible==2.7.12
after install ansible with no errors
% ansible --version
zsh: command not found: ansible
I tried to add a ~/.zshrc
file with
export PATH=/Users/aitor/Library/Python/2.7/bin/ansible
I’m not familiar with zsh. What should I do to get ansible working?
Thank you!