Advertisement
Guest User

Test plain ipython

a guest
Jul 4th, 2013
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | None | 0 0
  1. ~# ipython
  2. Python 2.7.3 |EPD 7.3-2 (32-bit)| (default, Apr 11 2012, 18:02:54)
  3. Type "copyright", "credits" or "license" for more information.
  4.  
  5. IPython 0.13.2 -- An enhanced Interactive Python.
  6. ?         -> Introduction and overview of IPython's features.
  7. %quickref -> Quick reference.
  8. help      -> Python's own help system.
  9. object?   -> Details about 'object', use 'object??' for extra details.
  10.  
  11. In [1]: import zmq; print zmq
  12. <module 'zmq' from '/opt/epd-7.3-2-rh5-x86/lib/python2.7/site-packages/zmq/__init__.pyc'>
  13.  
  14. In [2]: quit()
  15. ~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement