tox-dev / pipdeptree

A command line utility to display dependency tree of the installed Python packages
https://pypi.python.org/pypi/pipdeptree
MIT License
2.79k stars 150 forks source link

Report what virtual environment was chosen when using --python auto #372

Closed kemzeb closed 3 months ago

kemzeb commented 4 months ago

Describe the feature

Referenced from https://github.com/tox-dev/pipdeptree/issues/362#issuecomment-2123099417 (adding it here so that we can track it):

One thing that could be useful is to display the resolved environment when --python auto is used (or maybe even every time regardless?), just to validate the result is as expected. Something like a log message Resolved Python: [/abs/path/to/python] before the package tree listing would do the trick.

kemzeb commented 3 months ago

Closed by #379.