安裝Pythonpython
下載pexpect模塊:https://pypi.python.org/pypi/pexpect/#downloadsapp
解壓後在目錄下運行:python ./setup.py install (必須是root權限)ide
若是沒有使用root權限,你只須要把lib的路徑放入sys.path,這樣即可以使用pexpectui
import sys sys.path.append('pexpect-4.2.1/build/lib')
確認是否安裝成功spa
import pexpect dir(pexpect) ['EOF', 'ExceptionPexpect', 'Expecter', 'PY3', 'TIMEOUT', '__all__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', '__revision__', '__version__', 'exceptions', 'expect', 'is_executable_file', 'searcher_re', 'searcher_string', 'split_command_line', 'sys', 'utils', 'which']