Advertisement
Kovitikus

pip list for both virtual env

Sep 24th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. pip list for original muddev directory virtual environment
  2.  
  3. D:\muddev>evenv\scripts\activate.bat
  4.  
  5. (evenv) D:\muddev>pip list
  6. Package Version Location
  7. ------------------ --------- -----------------
  8. anything 0.2.1
  9. appdirs 1.4.4
  10. attrs 20.2.0
  11. autobahn 20.7.1
  12. Automat 20.2.0
  13. black 20.8b1
  14. cffi 1.14.3
  15. click 7.1.2
  16. constantly 15.1.0
  17. cryptography 3.1.1
  18. Django 2.2.16
  19. django-classy-tags 2.0.0
  20. django-sekizai 2.0.0
  21. evennia 0.9.0 d:\muddev\evennia
  22. hyperlink 20.0.1
  23. idna 2.10
  24. importlib-metadata 2.0.0
  25. incremental 17.5.0
  26. inflect 4.1.0
  27. mock 4.0.2
  28. model-mommy 2.0.0
  29. mypy-extensions 0.4.3
  30. pathspec 0.8.0
  31. pip 19.0.3
  32. pycparser 2.20
  33. PyHamcrest 2.0.2
  34. pypiwin32 223
  35. pytz 2020.1
  36. pywin32 228
  37. regex 2020.7.14
  38. setuptools 40.8.0
  39. six 1.15.0
  40. sqlparse 0.3.1
  41. toml 0.10.1
  42. Twisted 20.3.0
  43. txaio 20.4.1
  44. typed-ast 1.4.1
  45. typing-extensions 3.7.4.3
  46. zipp 3.2.0
  47. zope.interface 5.1.0
  48. You are using pip version 19.0.3, however version 20.2.3 is available.
  49. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
  50.  
  51. (evenv) D:\muddev>
  52.  
  53.  
  54.  
  55.  
  56.  
  57. pip list for new testmud directory virtual env
  58.  
  59. (evenv) D:\muddev>deactivate
  60. D:\muddev>cd ..
  61.  
  62. D:\>cd testmud
  63.  
  64. D:\testmud>evenv\scripts\activate.bat
  65.  
  66. (evenv) D:\testmud>pip list
  67. Package Version Location
  68. ------------------ --------- ------------------
  69. anything 0.2.1
  70. appdirs 1.4.4
  71. attrs 20.2.0
  72. autobahn 20.7.1
  73. Automat 20.2.0
  74. black 20.8b1
  75. cffi 1.14.3
  76. click 7.1.2
  77. constantly 15.1.0
  78. cryptography 3.1.1
  79. Django 2.2.16
  80. django-classy-tags 2.0.0
  81. django-sekizai 2.0.0
  82. evennia 0.9.0 d:\testmud\evennia
  83. hyperlink 20.0.1
  84. idna 2.10
  85. importlib-metadata 2.0.0
  86. incremental 17.5.0
  87. inflect 4.1.0
  88. mock 4.0.2
  89. model-mommy 2.0.0
  90. mypy-extensions 0.4.3
  91. pathspec 0.8.0
  92. pip 20.2.3
  93. pycparser 2.20
  94. PyHamcrest 2.0.2
  95. pypiwin32 223
  96. pytz 2020.1
  97. pywin32 228
  98. regex 2020.7.14
  99. setuptools 40.8.0
  100. six 1.15.0
  101. sqlparse 0.3.1
  102. toml 0.10.1
  103. Twisted 20.3.0
  104. txaio 20.4.1
  105. typed-ast 1.4.1
  106. typing-extensions 3.7.4.3
  107. zipp 3.2.0
  108. zope.interface 5.1.0
  109.  
  110. (evenv) D:\testmud>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement