sudo add-apt-repository universe
  sudo add-apt-repository multiverse
  sudo apt-get update
  sudo apt-get install python-pip
  pip install pexpect

# use dir(pexpect)  to check

sudo apt-get install python-paramiko

 

相关文章:

  • 2021-12-13
  • 2021-12-24
  • 2021-09-05
  • 2022-12-23
  • 2021-08-31
  • 2021-11-29
  • 2021-06-02
  • 2021-11-11
猜你喜欢
  • 2022-12-23
  • 2021-04-21
  • 2021-04-22
  • 2022-02-03
  • 2021-08-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案