A way to display the current configuration would be useful #3039
Labels
auto-locked
Outdated issues that have been locked by automation
type: enhancement
Improvements to functionality
At the moment, there's no easy way to determine what config options pip will use. It would be useful to have a
showconfig
command (or something similar) that outputs all available configuration options and the value they have at runtime, after applying config files, environment variables, command line parameters, and whatever else might influence them.(For context, I wanted to write a script that removed certain cached wheels and was unable to determine programmatically where the cache dir is.)
The text was updated successfully, but these errors were encountered: