Guest User

Untitled

a guest
Apr 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. pip install ipdb
  2. Collecting ipdb
  3. Collecting ipython<6.0.0,>=5.0.0; python_version == "2.7" (from ipdb)
  4. Using cached ipython-5.6.0-py2-none-any.whl
  5. Requirement already satisfied: setuptools in /home/ada/.virtualenvs/gft-py2/lib/python2.7/site-packages (from ipdb) (39.0.1)
  6. Collecting prompt-toolkit<2.0.0,>=1.0.4 (from ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb)
  7. Using cached prompt_toolkit-1.0.15-py2-none-any.whl
  8. Collecting decorator (from ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb)
  9. Using cached decorator-4.2.1-py2.py3-none-any.whl
  10. Collecting pexpect; sys_platform != "win32" (from ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb)
  11. Using cached pexpect-4.4.0-py2.py3-none-any.whl
  12. Collecting backports.shutil-get-terminal-size; python_version == "2.7" (from ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb)
  13. Using cached backports.shutil_get_terminal_size-1.0.0-py2.py3-none-any.whl
  14. Collecting pygments (from ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb)
  15. Using cached Pygments-2.2.0-py2.py3-none-any.whl
  16. Collecting pathlib2; python_version == "2.7" or python_version == "3.3" (from ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb)
  17. Using cached pathlib2-2.3.0-py2.py3-none-any.whl
  18. Collecting traitlets>=4.2 (from ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb)
  19. Using cached traitlets-4.3.2-py2.py3-none-any.whl
  20. Collecting simplegeneric>0.8 (from ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb)
  21. Collecting pickleshare (from ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb)
  22. Using cached pickleshare-0.7.4-py2.py3-none-any.whl
  23. Collecting wcwidth (from prompt-toolkit<2.0.0,>=1.0.4->ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb)
  24. Using cached wcwidth-0.1.7-py2.py3-none-any.whl
  25. Requirement already satisfied: six>=1.9.0 in /home/ada/.virtualenvs/gft-py2/lib/python2.7/site-packages (from prompt-toolkit<2.0.0,>=1.0.4->ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb) (1.11.0)
  26. Collecting ptyprocess>=0.5 (from pexpect; sys_platform != "win32"->ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb)
  27. Using cached ptyprocess-0.5.2-py2.py3-none-any.whl
  28. Collecting scandir; python_version < "3.5" (from pathlib2; python_version == "2.7" or python_version == "3.3"->ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb)
  29. Collecting ipython-genutils (from traitlets>=4.2->ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb)
  30. Using cached ipython_genutils-0.2.0-py2.py3-none-any.whl
  31. Collecting enum34; python_version == "2.7" (from traitlets>=4.2->ipython<6.0.0,>=5.0.0; python_version == "2.7"->ipdb)
  32. Using cached enum34-1.1.6-py2-none-any.whl
  33. ipython 5.6.0 requires backports.shutil-get-terminal-size; python_version == "2.7", which is not installed.
  34. Installing collected packages: wcwidth, prompt-toolkit, decorator, ptyprocess, pexpect, backports.shutil-get-terminal-size, pygments, scandir, pathlib2, ipython-genutils, enum34, traitlets, simplegeneric, pickleshare, ipython, ipdb
  35. Successfully installed backports.shutil-get-terminal-size-1.0.0 decorator-4.2.1 enum34-1.1.6 ipdb-0.11 ipython-5.6.0 ipython-genutils-0.2.0 pathlib2-2.3.0 pexpect-4.4.0 pickleshare-0.7.4 prompt-toolkit-1.0.15 ptyprocess-0.5.2 pygments-2.2.
  36. 0 scandir-1.7 simplegeneric-0.8.1 traitlets-4.3.2 wcwidth-0.1.7
Add Comment
Please, Sign In to add comment