>>I can't seem to find out the exact process of installing it in a 
different path other then /usr/local/bin (I guess it is the default? ) 

yes, you can install this from different path. you can give the directory 
path while cloning the code. you can follow these steps:

step:1 yum install make git make gcc python-devel libffi-devel 
openssl-devel epel-release python-sphinx
step:2 yum install python-pip
step:3 git clone git://github.com/ansible/ansible.git <your directory_path>
step:4 cd <your directory_path>
step:5 git branch -a | grep stable
step:6 git checkout stable-2.3 <you can checkout whatever version you want>
step:7 make
step:8 make install
step:9 yum install epel-release

and after completing these steps you can check your ansible version:
$ ansible --version




On Thursday, July 27, 2017 at 12:17:43 PM UTC+5:30, Imam Toufique wrote:
>
> Hi, 
>
> I am new to Ansible.  I am looking into using ansible, but I don't want to 
> install this from rpm or deb packages. I was trying to install from source, 
> but I can't seem to find out the exact process of installing it in a 
> different path other then /usr/local/bin (I guess it is the default? ) .  
>
> is there any documentation on how to install this from source?  i found 
> this link 
> http://docs.ansible.com/ansible/latest/intro_installation.html#running-from-source
>  
> , but it does not explain how to install the tool in a different location 
> other then /usr/bin or /usr/local/bin.
>
> i downloaded the latest bits from the release area.  
>
> Any help would be very much appreciated! 
>
> thanks.
>

-- 
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 post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/d83f5421-26d6-4f80-8153-dfaf1f7bf513%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to