1.centOS6.5上先删除python3.6.5 

https://blog.csdn.net/yohjob/article/details/90760862

2.重新安装python3.6.4

https://www.cnblogs.com/gqv2009/p/12347074.html

更新pip和setuptools

1.更新pip: python -m pip install --upgrade pip

2..更新setuptools: python -m pip install -U pip setuptools

事先说明:

使用whereis python3就只会出现与python3相关的,全部删掉就行,此处用的whereis python,会将系统自带的python2.6也显示。

centOS6.5上先删除python3.6.5 ,然后重新安装python3.6.4

 

centOS6.5上先删除python3.6.5 ,然后重新安装python3.6.4

相关文章:

  • 2021-06-25
  • 2022-01-30
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2021-11-22
猜你喜欢
  • 2022-12-23
  • 2021-11-19
  • 2022-01-12
  • 2022-02-07
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
相关资源
相似解决方案