how do you install pexpect on Eclipse with the pydev plugin? -


i opened cmd , typed in 'pip install pexpect' , have confirmation installed. when use eclipse, not recognize pexpect. appreciated.

use $easy_install --user pexpect in terminal.http://pythonhosted.org/distribute/easy_install.html


Comments