- Implementing DevOps with Ansible 2
- Jonathan McAllister
- 45字
- 2021-07-02 19:02:59
Via Python pip
Prior to installing Ansible using pip we may need to actually install pip. To accomplish this on the command line, the following command can be used:
$ sudo easy_install pip
Then install Ansible with the following command:
$ sudo pip install ansible
推薦閱讀
- Learning ROS for Robotics Programming(Second Edition)
- SoapUI Cookbook
- iOS 9 Game Development Essentials
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- 兩周自制腳本語言
- Django Design Patterns and Best Practices
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- 算法精粹:經典計算機科學問題的Python實現
- The Data Visualization Workshop
- 面向對象程序設計(Java版)
- 琢石成器:Windows環境下32位匯編語言程序設計
- D3.js By Example
- Getting Started with React Native
- Mastering Elasticsearch(Second Edition)
- Learning Python Data Visualization