I'm not 100% sure of the intended interaction between devenv and poetry, but dvc is unavailable as a command after running devenv shell, which seems wrong according to the README.
Pretty sure devenv isn't setting up poetry. I ran poetry install manually in the devenv shell, and then it worked. Maybe languages.python.poetry.activate.enable needs to be set to true?
I'm not 100% sure of the intended interaction between devenv and poetry, but
dvcis unavailable as a command after runningdevenv shell, which seems wrong according to the README.Pretty sure devenv isn't setting up poetry. I ran
poetry installmanually in the devenv shell, and then it worked. Maybelanguages.python.poetry.activate.enableneeds to be set to true?