poetry config virtualenvs.in-project true
Category: Python & pip
poetry config virtualenvs.in-project true
Configure poetry to create .venv inside the project directory
Configures Poetry to create the .venv inside the project directory instead of a global location.