Advertisement
Astranome

debug pip

Apr 24th, 2024
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.40 KB | None | 0 0
  1. root@astra-Ideapad-S110:~# pip3 debug --verbose
  2. WARNING: This command is only meant for debugging. Do not use this with automation for parsing and getting these details, since the output and options of this command may change without notice.
  3. pip version: pip 24.0 from /usr/local/lib/python3.7/dist-packages/pip (python 3.7)
  4. sys.version: 3.7.5 (default, Dec  9 2021, 17:04:37)
  5. [GCC 8.4.0]
  6. sys.executable: /usr/bin/python3
  7. sys.getdefaultencoding: utf-8
  8. sys.getfilesystemencoding: utf-8
  9. locale.getpreferredencoding: UTF-8
  10. sys.platform: linux
  11. sys.implementation:
  12.   name: cpython
  13. 'cert'root@astra-Ideapad-S110:~#
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement