Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 407 Bytes

ansible_installation_in_el_capitan.md

File metadata and controls

10 lines (7 loc) · 407 Bytes

Ansible OS X El Capitan Installation issues

Date: May 20,2016

When running Ansible on OS X El Capitan, users will encounter "ERROR! Unexpected Exception: (setuptools 1.1.6 (/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python), Requirement.parse('setuptools>=11.3'))" error.

To fix this issue, try to run this command:

"pip install --upgrade setuptools --user python"