1.打开Python官网https://pypi.python.org/pypi/setuptools
CentOS7安装setuptools
2.使用wget命令下载并解压
unzip setuptools-36.7.2.zip
3.进入解压出来的目录
cd setuptools-36.7.2
4.编译安装
python setup.py build
python setup.py install

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
  • 2021-07-21
猜你喜欢
  • 2021-07-06
  • 2022-12-23
  • 2021-04-14
  • 2021-04-19
  • 2022-12-23
相关资源
相似解决方案