要使用easy_install安装pytest,应该先在CentOS下安装setuptools,通过如下命令完成:

yum install python-setuptools

安装完setuptools后,执行:
easy_install pytest

即可完成pytest安装

相关文章:

  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-11-20
  • 2021-11-20
  • 2021-11-20
  • 2021-11-28
猜你喜欢
  • 2021-09-26
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
  • 2021-12-08
  • 2022-03-09
  • 2021-06-07
相关资源
相似解决方案