Do `which -a ansible`: are you using the Ansible you installed (probably to `~/.local.bin`) or the system Ansible, installed through your package manager (probably in `/usr/bin`)? If the latter, you need to add Pip's user-bin to your PATH.
On Tuesday, 12 January 2016 16:24:04 UTC, Slim Slam wrote: > > I ran my usual Ansible upgrade for Ansible on my MacOSX (v10.11) laptop > and it appeared to upgrade me: > > $ sudo -H pip install --upgrade ansible --user python > Password: > Collecting ansible > Downloading ansible-2.0.0.0.tar.gz (1.5MB) > 100% |################################| 1.5MB 172kB/s > Requirement already up-to-date: python in /System/Library/Frameworks/ > Python.framework/Versions/2.7/lib/python2.7/lib-dynload > Requirement already up-to-date: paramiko in /Library/Python/2.7/site-packages > (from ansible) > Requirement already up-to-date: jinja2 in /Library/Python/2.7/site-packages > (from ansible) > Requirement already up-to-date: PyYAML in /Library/Python/2.7/site-packages > (from ansible) > Collecting setuptools (from ansible) > Using cached setuptools-19.2-py2.py3-none-any.whl > Requirement already up-to-date: pycrypto>=2.6 in > /Library/Python/2.7/site-packages > (from ansible) > Requirement already up-to-date: ecdsa>=0.11 in > /Library/Python/2.7/site-packages > (from paramiko->ansible) > Requirement already up-to-date: MarkupSafe in > /Library/Python/2.7/site-packages > (from jinja2->ansible) > Installing collected packages: setuptools, ansible > Running setup.py install for ansible > Successfully installed ansible-2.0.0.0 setuptools-1.1.6 > $ > > However, when I type this at the command line, I'm still on v1.94: > > $ ansible --version > ansible 1.9.4 > configured module search path = None > $ > > Anyone know what's going on here? > > J > > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/69f11e80-6e0b-403a-8b5a-caebaf1c4751%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
