
python
文章平均质量分 88
中国lanwp
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python-解决python项目依赖问题
查找python项目依赖并生成requirements.txt通过pip输出依赖pip freeze > requirements.txt2、与pip直接导出全部不同, pipreqs只导出指定项目下Python文件import的库用法如下安装# pip install pipreqs使用,进入项目目录下执行# pipreqs ./ (或pipreqs --use-local...原创 2019-03-08 15:10:28 · 1358 阅读 · 0 评论 -
python pip安装
ansible部署(pip安装) https://www.cnblogs.com/charles1ee/p/10399892.htmlpip安装centOS7curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python get-pip.pypip -V安装1 curl https://boots...原创 2019-04-29 14:05:37 · 696 阅读 · 0 评论 -
ansible安装
pip默认已经装好centos7pip安装默认安装最新版本pip install ansible安装指定版本pip install ansible==1.9.2使用文件安装pip install -r requirements.txt配置文件yum安装使用Yum源安装yum install ansible查看相关配置文件[root@docker110 yum.r...原创 2019-04-29 15:37:58 · 116 阅读 · 0 评论