pdm venv create
does not default to venv.location
when .venv
exists.
#2395
Labels
🐛 bug
Something isn't working
Steps to reproduce
pdm init # Create a new project
with parameters resulting in this
pyproject.toml
:and creating a new
venv
with thepyenv
global setting on3.11
during the init command.Now creating another venv:
Actual behavior
No creation of 2nd
venv
.Expected behavior
I would have expected
pdm
to create the 2ndvenv
invenv.location
, like described in the documentation.Environment Information
The text was updated successfully, but these errors were encountered: