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/
To install github-pages
in babun
, I first needed to install ruby
. This proved more difficult that I initially thought.
My first attempt of pact install ruby
lead to a non-responsive ruby
and gem
: