##// END OF EJS Templates
Use system_raw in ptshell...
Thomas Kluyver -
Show More
@@ -400,5 +400,10 b' class TerminalInteractiveShell(InteractiveShell):'
400 return False
400 return False
401 return True
401 return True
402
402
403 # Run !system commands directly, not through pipes, so terminal programs
404 # work correctly.
405 system = InteractiveShell.system_raw
406
407
403 if __name__ == '__main__':
408 if __name__ == '__main__':
404 TerminalInteractiveShell.instance().interact()
409 TerminalInteractiveShell.instance().interact()
General Comments 0
You need to be logged in to leave comments. Login now