##// END OF EJS Templates
Quick ipython startup script "ipython.py" in source root for...
vivainio -
Show More
@@ -0,0 +1,12 b''
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
3 """IPython -- An enhanced Interactive Python
4
5 The actual ipython script to be installed with 'python setup.py install' is
6 in './scripts' directory. This file is here (ipython source root directory)
7 to facilitate non-root 'zero-installation' (just copy the source tree
8 somewhere and run ipython.py) and development. """
9
10 import IPython
11
12 IPython.Shell.start().mainloop()
General Comments 0
You need to be logged in to leave comments. Login now