From this link: https://github.com/ansible/tower-cli/, you install tower-cli with pip install ansible-tower-cli but when you go to run a command like: tower-cli config host www.myWebsite.com
,
You get this error: tower-cli' is not recognized as an internal or external command, 14-Sep-2016 15:41:49 operable program or batch file.
I know that error means that I need to add the location of that executable to the windows PATH which I thought i did with:
But still same error, any ideas?