I was asked to install Ansible from source, so I am though I know I can "pip install ansible"
On a RHEL6.x VM. I have Python 2.7.14 and pip 9.0.1 installed. So I downloaded the tarball and extracted it in /path/ansible-source. Now I do $ cd /path/ansible-source $ source ./hacking/env_setup $ pip install -r requirements.txt $ pip setup.py install but this puts the executable in /path/ansible-source/build directory. I wan them to go to /usr/local/bin. Where do I set this up? -- 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/70a7b640-3742-4a2b-b2a9-dbe74d3dd2cb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
