Advertisement
Guest User

Untitled

a guest
Jun 12th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. [root@khanibdev cinder]# pip install --upgrade tox==1.6.1
  2. Downloading/unpacking tox==1.6.1
  3. Running setup.py egg_info for package tox
  4. Requested tox==1.6.1, but installing version 1.7.1
  5. Requirement already up-to-date: virtualenv>=1.11.2 in /usr/lib/python2.6/site-packages (from tox==1.6.1)
  6. Requirement already up-to-date: py>=1.4.17 in /usr/lib/python2.6/site-packages (from tox==1.6.1)
  7. Requirement already up-to-date: argparse in /usr/lib/python2.6/site-packages (from tox==1.6.1)
  8. Installing collected packages: tox
  9. Running setup.py install for tox
  10. Installing tox script to /usr/bin
  11. Installing tox-quickstart script to /usr/bin
  12. Successfully installed tox
  13. Cleaning up...
  14. [root@khanibdev cinder]# pip install --upgrade tox==1.6.1
  15. Downloading/unpacking tox==1.6.1
  16. Running setup.py egg_info for package tox
  17. Requested tox==1.6.1, but installing version 1.7.1
  18. Requirement already up-to-date: virtualenv>=1.11.2 in /usr/lib/python2.6/site-packages (from tox==1.6.1)
  19. Requirement already up-to-date: py>=1.4.17 in /usr/lib/python2.6/site-packages (from tox==1.6.1)
  20. Requirement already up-to-date: argparse in /usr/lib/python2.6/site-packages (from tox==1.6.1)
  21. Installing collected packages: tox
  22. Found existing installation: tox 1.7.1
  23. Uninstalling tox:
  24. Successfully uninstalled tox
  25. Running setup.py install for tox
  26. Installing tox script to /usr/bin
  27. Installing tox-quickstart script to /usr/bin
  28. Successfully installed tox
  29. Cleaning up...
  30. [root@khanibdev cinder]# pip list
  31. argparse (1.2.1)
  32. distribute (0.6.10)
  33. iniparse (0.3.1)
  34. py (1.4.20)
  35. pycurl (7.19.0)
  36. pygpgme (0.1)
  37. tox (1.7.1)
  38. urlgrabber (3.9.1)
  39. virtualenv (1.11.6)
  40. yum-metadata-parser (1.1.2)
  41. [root@khanibdev cinder]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement