Command pdm py path
printing the path towards a Python
#3389
Labels
⭐ enhancement
Improvements for existing features
pdm py path
printing the path towards a Python
#3389
Feature Description
Some tools can accept as argument the path towards a Python interpreter. For example with Nox, one can write:
Problem and Solution
It seems to me it would be useful (and very simple) to be able to print the path towards a Python executable with
pdm py path 3.12
, so that I could write:nox -s build -P $(pdm py path 3.12)
Additional Context
No response
Are you willing to contribute to the development of this feature?
The text was updated successfully, but these errors were encountered: