1.pip包安装

   pip install ***

   pip 中http和https代理设置(/etc/profile)

2.强制保存

 :w !sudo tee %

3.cffi是python调用C的包

 

4.通过wget下载下来的包,首先要tar zxvf ***,然后 python *** build,最后 python  *** install

 

相关文章:

  • 2021-08-13
  • 2021-08-17
  • 2021-09-17
  • 2021-06-14
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-21
  • 2021-08-05
  • 2021-12-24
  • 2021-08-14
  • 2021-12-03
相关资源
相似解决方案