pdm-project / pdm-venv

A plugin for pdm that enables virtualenv management
https://pdm-project.github.io/pdm-venv
MIT License
24 stars 4 forks source link

Add --version command to pdm-venv #19

Closed mcdevitts closed 3 years ago

mcdevitts commented 3 years ago

If a user installs pdm via pipx, and then installs pdm-venv via injection, there is no clear way to check the installed version of pdm-venv. A simple:

pdm venv --version would be helpful.

frostming commented 3 years ago

I think pdm plugin list can do the trick

mcdevitts commented 3 years ago

Yes it does, although it's not where I would think to check.

Frankly, it's also an issue that pipx doesn't show the versions of injected packages.