Describe the bug
Wexpect cannot run inside venv. (Note wexpect works inside virtualenv)
To Reproduce
Create...:
python -m venv myvenv
...and activate venv
myvenv\Scripts\activate
Install wexpect:
python -m pip install wexpect
Run any of from wexpect examples:
python examples\hello_wexpect.py
Expected behavior
Not to crash with EOF
Environment:
- Win10.0.18363 Build 18363
- Python 3.7.4
- wexpect version: Doesnt care, wexpect==2.3.6, wexpect==3.1.0
Describe the bug
Wexpect cannot run inside venv. (Note wexpect works inside virtualenv)
To Reproduce
Create...:
python -m venv myvenv...and activate venv
myvenv\Scripts\activateInstall wexpect:
python -m pip install wexpectRun any of from wexpect examples:
python examples\hello_wexpect.pyExpected behavior
Not to crash with
EOFEnvironment: