bundles / IPython 9.14.0.dev / IPython / core / interactiveshell / InteractiveShell / system_raw
function
IPython.core.interactiveshell:InteractiveShell.system_raw
Signature
def system_raw ( self , cmd ) Summary
Call the given cmd in a subprocess using os.system on Windows or subprocess.call using the system shell on other platforms.
Parameters
cmd: strCommand to execute.
Aliases
-
IPython.InteractiveShell.system_raw