How to install paramiko/pexpect

  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

 

posted on 2017-12-25 14:34  cdekelon  阅读(108)  评论(0编辑  收藏  举报

导航