IHmG

Untitled

Jun 21st, 2022
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Windows PowerShell
  2. Copyright (C) Microsoft Corporation. All rights reserved.
  3.  
  4. PS C:\Windows\system32> $env:Path += ";$env:C:\Services\scripts"
  5. PS C:\Windows\system32> $env:CI_PROJECT_DIR = "C:\Services\worker"
  6. PS C:\Windows\system32> cd C:\Services\worker
  7. PS C:\Services\worker> ci_poetry config virtualenvs.in-project true --local
  8. Python version is specified 3.9.6
  9. :: [Info] ::  Mirror: https://www.python.org/ftp/python
  10. Using virtualenv: C:\Users\ShlykovAV_a\AppData\Local\pypoetry\Cache\virtualenvs\template-backend-TWGhhng6-py3.9
  11. ## OUTPUT ##
  12. PS C:\Services\worker> ci_poetry env info
  13. Python version is specified 3.9.6
  14. :: [Info] ::  Mirror: https://www.python.org/ftp/python
  15. Using virtualenv: C:\Users\ShlykovAV_a\AppData\Local\pypoetry\Cache\virtualenvs\template-backend-TWGhhng6-py3.9
  16. ## OUTPUT ##
  17.  
  18. Virtualenv
  19. Python:         3.9.6
  20. Implementation: CPython
  21. Path:           C:\Users\ShlykovAV_a\AppData\Local\pypoetry\Cache\virtualenvs\template-backend-TWGhhng6-py3.9
  22. Valid:          True
  23.  
  24. System
  25. Platform: win32
  26. OS:       nt
  27. Python:   C:\Users\ShlykovAV_a\.pyenv\pyenv-win\versions\3.9.6
  28. PS C:\Services\worker>
  29. PS C:\Services\worker>
  30. PS C:\Services\worker>
  31. PS C:\Services\worker> ci_poetry env info
  32. Python version is specified 3.9.6
  33. :: [Info] ::  Mirror: https://www.python.org/ftp/python
  34. Creating virtualenv template-backend in C:\Services\worker\.venv
  35. Using virtualenv: C:\Services\worker\.venv
  36. ## OUTPUT ##
  37.  
  38. Virtualenv
  39. Python:         3.9.6
  40. Implementation: CPython
  41. Path:           C:\Services\worker\.venv
  42. Valid:          True
  43.  
  44. System
  45. Platform: win32
  46. OS:       nt
  47. Python:   C:\Users\ShlykovAV_a\.pyenv\pyenv-win\versions\3.9.6
  48. PS C:\Services\worker> ci_poetry install --no-dev --no-root -vv
  49. Python version is specified 3.9.6
  50. :: [Info] ::  Mirror: https://www.python.org/ftp/python
  51. Using virtualenv: C:\Services\worker\.venv
  52. ## OUTPUT ##
  53. Using virtualenv: C:\Services\worker\.venv
  54. Installing dependencies from lock file
  55.  
  56. Finding the necessary packages for the current system
  57.  
  58. Package operations: 17 installs, 0 updates, 0 removals, 16 skipped
  59.  
  60.   • Removing black (22.3.0): Skipped for the following reason: Not currently installed
  61.   • Removing brotlicffi (1.0.9.2): Skipped for the following reason: Not currently installed
  62.   • Removing cffi (1.15.0): Skipped for the following reason: Not currently installed
  63.   • Removing click (8.1.3): Skipped for the following reason: Not currently installed
  64.   • Removing colorama (0.4.4): Skipped for the following reason: Not currently installed
  65.   • Removing lxml-stubs (0.4.0): Skipped for the following reason: Not currently installed
  66.   • Removing mypy (0.942): Skipped for the following reason: Not currently installed
  67.   • Removing tomli (2.0.1): Skipped for the following reason: Not currently installed
  68.   • Removing types-requests (2.27.25): Skipped for the following reason: Not currently installed
  69.   • Removing types-urllib3 (1.26.14): Skipped for the following reason: Not currently installed
  70.   • Removing typing-extensions (4.2.0): Skipped for the following reason: Not currently installed
  71.   • Removing mypy-extensions (0.4.3): Skipped for the following reason: Not currently installed
  72.   • Removing isort (5.10.1): Skipped for the following reason: Not currently installed
  73.   • Removing pathspec (0.9.0): Skipped for the following reason: Not currently installed
  74.   • Removing platformdirs (2.5.2): Skipped for the following reason: Not currently installed
  75.   • Removing pycparser (2.21): Skipped for the following reason: Not currently installed
  76.   • Installing brotli (1.0.9)
  77.   • Installing certifi (2021.10.8)
  78.   • Installing idna (3.3)
  79.   • Installing charset-normalizer (2.0.12)
  80.   • Installing psutil (5.9.0)
  81.   • Installing multivolumefile (0.2.3)
  82.   • Installing pybcj (0.5.2)
  83.   • Installing pycryptodomex (3.14.1)
  84.   • Installing pyppmd (0.18.2)
  85.   • Installing pyzstd (0.15.2)
  86.   • Installing texttable (1.6.4)
  87.   • Installing urllib3 (1.26.9)
  88.   • Installing zipfile-deflate64 (0.2.0)
  89.   • Installing bottle (0.12.19)
  90.   • Installing lxml (4.8.0)
  91.   • Installing py7zr (0.18.5)
  92.   • Installing requests (2.27.1)
  93. PS C:\Services\worker> ci_venv -newVenvPath C:\Services\worker\.venv
  94. Key, 'home' not found!
  95. PS C:\Services\worker>
Add Comment
Please, Sign In to add comment