pdm init
in non-interactive mode does not respect --python
option
#1984
Labels
🐛 bug
Something isn't working
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Actual behavior
When initializing a new project with
pdm init -n --python
the Python interpreter passed to--python
is ignored and my default interpreter is used instead.Expected behavior
My project is initialized with the Python 3.7 interpreter passed to
--python
when used withpdm init -n
.Environment Information
The text was updated successfully, but these errors were encountered: