##// END OF EJS Templates
Edit the example when not to use find_cmd command
kaushikanant -
Show More
@@ -38,7 +38,7 b' def find_cmd(cmd):'
38 38 following code and looking for the application itself::
39 39
40 40 import sys
41 argv = [sys.executable, '-m', 'IPython.terminal']
41 argv = [sys.executable, '-m', 'IPython']
42 42
43 43 Parameters
44 44 ----------
General Comments 0
You need to be logged in to leave comments. Login now