I'm a newbie and trying to play with python on my Mac (version 10.15.2). I've installed python 3.7.3 as well pexpect 4.7. However I don't find pexpect inside python 3 but python old version 2.7. I had ...
pexpect is the canonical Python library for driving interactive console programs from a script. It's been the workhorse for a generation of test rigs and automation glue, and several agentic ...