Hello team,

I am very new to Ansible and i am trying to install Ansible on my MacOS 
BigSur.

I followed official guide and tried to install it with following logs.

MacBook-Pro:*~*$* python3 -m pip install --user ansible*

Collecting ansible

  Using cached ansible-3.3.0-py3-none-any.whl

Requirement already satisfied: ansible-base<2.11,>=2.10.8 in 
./Library/Python/3.8/lib/python/site-packages (from ansible) (2.10.8)

Requirement already satisfied: cryptography in 
./Library/Python/3.8/lib/python/site-packages (from 
ansible-base<2.11,>=2.10.8->ansible) (3.4.7)

Requirement already satisfied: PyYAML in 
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages 
(from ansible-base<2.11,>=2.10.8->ansible) (5.3.1)

Requirement already satisfied: jinja2 in 
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages 
(from ansible-base<2.11,>=2.10.8->ansible) (2.11.2)

Requirement already satisfied: packaging in 
./Library/Python/3.8/lib/python/site-packages (from 
ansible-base<2.11,>=2.10.8->ansible) (20.9)

Requirement already satisfied: cffi>=1.12 in 
./Library/Python/3.8/lib/python/site-packages (from 
cryptography->ansible-base<2.11,>=2.10.8->ansible) (1.14.5)

Requirement already satisfied: pycparser in 
./Library/Python/3.8/lib/python/site-packages (from 
cffi>=1.12->cryptography->ansible-base<2.11,>=2.10.8->ansible) (2.20)

Requirement already satisfied: MarkupSafe>=0.23 in 
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages 
(from jinja2->ansible-base<2.11,>=2.10.8->ansible) (1.1.1)

Requirement already satisfied: pyparsing>=2.0.2 in 
./Library/Python/3.8/lib/python/site-packages (from 
packaging->ansible-base<2.11,>=2.10.8->ansible) (2.4.7)

Installing collected packages: ansible

*Successfully installed ansible-3.3.0*


it seems that ansible is already installed ,but i cannot even verify 
ansible version with *ansible --version* command.


Could you please let me know if i am doing anything wrong?

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c94ae6eb-52f6-4157-a2be-196c80dfbe35n%40googlegroups.com.

Reply via email to