diff --git a/IPython/utils/process.py b/IPython/utils/process.py index 05dd7a6..bdcf8ef 100644 --- a/IPython/utils/process.py +++ b/IPython/utils/process.py @@ -38,7 +38,7 @@ def find_cmd(cmd): following code and looking for the application itself:: import sys - argv = [sys.executable, '-m', 'IPython.terminal'] + argv = [sys.executable, '-m', 'IPython'] Parameters ----------