Advertisement
Guest User

install ipython

a guest
Jul 4th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.78 KB | None | 0 0
  1. ~# pip install ipython
  2. Downloading/unpacking ipython
  3.   Downloading ipython-0.13.2.zip (6.4Mb): 6.4Mb downloaded
  4.   Running setup.py egg_info for package ipython
  5.    
  6. Installing collected packages: ipython
  7.   Running setup.py install for ipython
  8.    
  9.     Installing ipcontroller script to /opt/epd-7.3-2-rh5-x86/bin
  10.     Installing iptest script to /opt/epd-7.3-2-rh5-x86/bin
  11.     Installing ipcluster script to /opt/epd-7.3-2-rh5-x86/bin
  12.     Installing ipython script to /opt/epd-7.3-2-rh5-x86/bin
  13.     Installing pycolor script to /opt/epd-7.3-2-rh5-x86/bin
  14.     Installing iplogger script to /opt/epd-7.3-2-rh5-x86/bin
  15.     Installing irunner script to /opt/epd-7.3-2-rh5-x86/bin
  16.     Installing ipengine script to /opt/epd-7.3-2-rh5-x86/bin
  17. Successfully installed ipython
  18. Cleaning up...
  19. ~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement