- 博客(220)
- 资源 (1)
- 收藏
- 关注
原创 【pytest-html】深度探索pytest-html测试报告的自定义使用
学习pytest-html官方文档,深度探索pytest-html测试报告的自定义使用
2022-06-29 17:29:18
1095
1
原创 【Windows 10】Prometheus监控平台安装以及配置windows Exporter探针
在windows 10上安装Prometheus监控平台以及配置windows Exporter探针
2022-04-13 11:34:45
6242
2
原创 python中使用pip提示: Fatal error in launcher: Unable to create process using
解决在terminal中使用pip安装模块报错的问题。
2022-03-18 16:01:06
4095
原创 error: Pulling is not possible because you have unmerged files
解决git报错:error: Pulling is not possible because you have unmerged files
2022-03-18 13:59:38
967
原创 pip依赖管理与虚拟环境
pippip介绍pip是Python中的标准库管理器。它允许你安装和管理不属于Python标准库中的其他软件包。Python3的3.4版本以及Python2的2.7.9版本开始,pip被直接包括在Python的安装包内。pypi托管了大量非常流行的库(www.pypi.org)。pip基本命令# 查看帮助文档pip help# 安装包pip install 包名# 安装指定版本的包pip install 包名==版本号# 从指定源安装包pip install -i 镜像地址 -
2022-03-12 23:08:31
524
原创 Python3.7.0以上版本安装pip报错ModuleNotFoundError: No module named ‘_ctypes‘
Python3.7.0以上版本安装pip报错ModuleNotFoundError: No module named '_ctypes'解决办法
2022-03-09 10:54:50
2649
原创 Ubuntu 20.04解决/bin/sh: 1: /home/.../auotest/lib/allure-2.14.0/bin/allure: Permission denied
Ubuntu 20.04解决/bin/sh: 1: /home/.../auotest/lib/allure-2.14.0/bin/allure: Permission denied
2021-09-18 11:49:59
246
原创 【Linux】使用pipenv出现-bash: pipenv: command not found
linux环境(centos 7)安装使用pipenv遇到的错误。
2021-08-18 22:44:10
606
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人