Not sure how to interpret these. It doesn't seem to me like the 
installation worked....(?)

$ which -a ansible
/usr/local/bin/ansible
/usr/local/bin/ansible
$

$ sudo find / -name ansible -print
/Library/Python/2.7/site-packages/ansible
/private/var/root/Library/Python/2.7/bin/ansible
/private/var/root/Library/Python/2.7/lib/python/site-packages/ansible
/usr/local/bin/ansible
/usr/local/lib/python2.7/site-packages/ansible
$


On Tuesday, January 12, 2016 at 11:27:29 AM UTC-6, Allan Lewis wrote:
>
> 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/cc925dd6-9385-44e6-b1a2-ab7954029963%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to