May 2018
Intermediate to advanced
554 pages
13h 51m
English
The easiest way to install Ansible, is to use pip, the Python package manager. Some of newer versions of Python have pip already (Python 2.7.9 or later and Python 3.4 or later):
//use capital V$ pip -Vpip 9.0.1 from /Library/Python/2.7/site-packages (python 2.7)
//this result shows you don't have pip yet$ pip -V-bash: pip: command not found
//download pip install script$ curl -LO https://bootstrap.pypa.io/get-pip.py//run get-pip.py by privileged user (sudo)$ sudo python get-pip.py ...
Read now
Unlock full access