##// END OF EJS Templates
ipykit.py special launcher, 'py' alias within ipy_kitcfg
ipykit.py special launcher, 'py' alias within ipy_kitcfg

File last commit:

r798:e21ca547
r798:e21ca547
Show More
ipython.py
15 lines | 452 B | text/x-python | PythonLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""IPython -- An enhanced Interactive Python
The actual ipython script to be installed with 'python setup.py install' is
in './scripts' directory. This file is here (ipython source root directory)
to facilitate non-root 'zero-installation' (just copy the source tree
somewhere and run ipython.py) and development. """
import sys
print "e",sys.executable
import IPython
IPython.Shell.start().mainloop()