mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 06:50:32 +00:00
Update cheatsheets
This commit is contained in:
30
tldr/pip-debug
Normal file
30
tldr/pip-debug
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pip debug
|
||||
|
||||
> Display debug information about the current pip environment and configuration.
|
||||
> Intended for debugging; options and output may change without notice.
|
||||
> More information: <https://pip.pypa.io/en/stable/cli/pip_debug/>.
|
||||
|
||||
- Show general debug information:
|
||||
|
||||
`pip debug`
|
||||
|
||||
- Show debug information for a specific platform:
|
||||
|
||||
`pip debug --platform {{platform}}`
|
||||
|
||||
- Show debug information for a specific Python version:
|
||||
|
||||
`pip debug --python-version {{version}}`
|
||||
|
||||
- Show debug information for a specific Python implementation:
|
||||
|
||||
`pip debug --implementation {{implementation}}`
|
||||
|
||||
- Show debug information for a specific ABI:
|
||||
|
||||
`pip debug --abi {{abi}}`
|
||||
Reference in New Issue
Block a user