一. 模块安装
1 ubuntu : apt-get install python-pip
2 redhat: yum install python-pip
3
4 pip install 模块
pip install ansible==\'2.4.3\' #安装特定版本
5
6 注意: 有些用pip也找不到模块,可以试一下 apt-get install dateutil 这种安装方法
一. 模块安装
1 ubuntu : apt-get install python-pip
2 redhat: yum install python-pip
3
4 pip install 模块
pip install ansible==\'2.4.3\' #安装特定版本
5
6 注意: 有些用pip也找不到模块,可以试一下 apt-get install dateutil 这种安装方法
内容版权声明:除非注明,否则皆为本站原创文章。