Hi,
We have Centos 6.5 with python2.6 as default and python2.7 also on it.
So how do we install python packages for pip2.7 ?
There is no module name pip2.7 in ansible.
any help here ?
Hi,
We have Centos 6.5 with python2.6 as default and python2.7 also on it.
So how do we install python packages for pip2.7 ?
There is no module name pip2.7 in ansible.
any help here ?
use the executable option of the module to specify the pip2.7 over the
default pip.
thanks