ansible 2.8.0.dev0 (devel 0661f2f213): ansible-playbook has only the text ansible

Hi

After following the installation steps in
https://www.linvirtshell.com/2017/12/step-by-step-installation-of-ansible.html

i am finding the below executables having only the text ansible

ansible-vault
ansible-pull
ansible-playbook
ansible-inventory
ansible-galaxy
ansible-doc
ansible-console
ansible-config

ansible --version
ansible 2.8.0.dev0 (devel 0661f2f213) last updated 2018/10/24 20:44:02 (GMT +000)
config file = None
configured module search path = [‘/home/x/.ansible/plugins/modules’, ‘/usr/share/ansible/plugins/modules’]
ansible python module location = /home/x/ansible/lib/ansible
executable location = /home/x/ansible//bin/ansible
python version = 3.6.1 |Anaconda 4.4.0 (64-bit)| (default, May 11 2017, 13:09:58) [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)]

python
Python 3.6.1 |Anaconda 4.4.0 (64-bit)| (default, May 11 2017, 13:09:58)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux

can you please help as i am trying to install ansible in a restricted environment not open to internet

You're using a development branch.
Please try a stable version.
Also, if you're unfamiliar with new software, use the official documentation.
Especially if you are in a restricted environment.

So in this case
https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html.

Let us know how that goes.

Dick

Thanks Dick for your patient reply

Can you please advise what would be the equivalent for
“source ./hacking/env-setup”
in 2.3.1

requesting since on 2.3.1 we see only the below files

hacking]$ du -a
20 ./module_formatter.py
4 ./dump_playbook_attributes.py
8 ./templates/rst.j2
4 ./templates/playbooks_directives.rst.j2
16 ./templates
44 .

Sorry for going ‘way back to 2.3.1’ but that is the current version we are using

Thank you

Cyril