scripts in virtualenv hang indefinitely (python 3.5, windows 7)
I have previously used virtualenv with no problems under Python 2.7 and 3.5. Recently, I tried to create a new virtualenv and found that calling pip list caused an indefinite hang. Calling any executable .exe in the virtualenv's scripts folder EXCEPT python causes an indefinite hang, which: can be broken out of by raising a KeyboardInterrupt (Ctrl-C), but provides no traceback (indicating that python has not yet started running the script?) but cannot be killed by "End Proccess" in the Task Manager How do I even start to go about troubleshooting this? So far I have tried: Successfully