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

Print resolved interpreter when using env detection #379

Closed stasfilin closed 3 months ago

stasfilin commented 3 months ago

Good evening,

This is a super quick fix for #372

image

One thing that could be useful is to display the resolved environment when --python auto is used (or maybe even every time regardless?)

What I did was create a new param, log_resolved. If True, print the resolved Python path.

I have only activated this to the --python auto option.

stasfilin commented 3 months ago

@kemzeb Good evening, Please review this MR when you have time.

Thanks