On most platforms with pip
, updating Ansible is as simple as:
$ pip install -U ansible
However, on babun
, I received the following error:
[...]
/usr/include/sys/time.h:104:34: error: unknown type name ‘u_int’
[...]
error: command 'gcc' failed with exit status 1
----------------------------------------
Rolling back uninstall of pycrypto
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-eY8zz7/pycrypto/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-iUMqxd-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-eY8zz7/pycrypto/
Thanks to the pact
package manager, installing ansible
on babun
was significantly easier than on cygwin
. The whole process consisted of only three simple steps.