##// END OF EJS Templates
Fix incorrect script path.
Fernando Perez -
Show More
@@ -14,5 +14,5 b' sys.path.insert(0, this_dir)'
14
14
15 # Now proceed with execution
15 # Now proceed with execution
16 execfile(os.path.join(
16 execfile(os.path.join(
17 this_dir, 'IPython', 'frontend', 'terminal', 'scripts', 'ipython'
17 this_dir, 'IPython', 'scripts', 'ipython'
18 ))
18 ))
General Comments 0
You need to be logged in to leave comments. Login now