Thank you I could install a Linux VM and install ansible w/in that. again according to that video I should be able to confirm the installation by using the trusted --version command. But evidently something is not right
osboxes@osboxes:~$ pip3 install ansible
Processing ./.cache/pip/wheels/96/b5/fc/646cc0302950f9dd85ce04f1108809447c7c1c20ebf23f587b/ansible-2.9.11-py3-none-any.whl
Requirement already satisfied: cryptography in /usr/lib/python3/dist-packages (from ansible) (2.8)
Requirement already satisfied: jinja2 in ./.local/lib/python3.8/site-packages (from ansible) (2.11.2)
Requirement already satisfied: PyYAML in /usr/lib/python3/dist-packages (from ansible) (5.3.1)
Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib/python3/dist-packages (from jinja2->ansible) (1.1.0)
Installing collected packages: ansible
Successfully installed ansible-2.9.11
osboxes@osboxes:~$ ansible --version
bash: ansible: command not found
osboxes@osboxes:~$
My linux skills are rudimentary (Does that preclude me from proceeding with this exercise? do tell me). I thought maybe I have to explicitly add the folder for the ansible executable to my $PATH to which end I tried