简体   繁体   中英

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

I opened cmd and typed in 'pip install pexpect' and I have confirmation that it installed. However when I use eclipse, it does not recognize pexpect. Help would be greatly appreciated.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM