Advertisement
IHmG

Untitled

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