Powershell why popup window, how to stop it
问题 Not sure why when I execute a Python tools like pip or nosetests inside powershell, a separate popup command line windows will show, execute my command, then disappeared. This is annoying because I can hardly see the executable output, especially the last few lines before the popup close. I assume there are some setting I can change to stop the popup? I am using Powershell 2.0 in Windows 7. 回答1: Powershell is not cmd.exe, and it has a different console interface. More than likely, your py