Python 安裝pexpect模塊

  1. 安裝Pythonpython

  2. 下載pexpect模塊:https://pypi.python.org/pypi/pexpect/#downloadsapp

    wKiom1fftPbDaPz2AAAeAlje7zQ621.jpg

  3. 解壓後在目錄下運行:python ./setup.py install (必須是root權限)ide

    wKioL1fftXXBboh0AABDNtJLzvw376.jpg-wh_50

若是沒有使用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']
相關文章
相關標籤/搜索