nat-n / poethepoet

A task runner that works well with poetry.
https://poethepoet.natn.io/
MIT License
1.4k stars 58 forks source link

Will poethepoet delete the virtual environment in poetry? #171

Closed lfygh closed 10 months ago

lfygh commented 11 months ago

I installed Poe the Poet into my poetry project.

[tool.poetry.group.dev.dependencies]
poethepoet = "^0.22.1"

before run poe command, env information is as follows:

 > poetry env list
chat-action-server-Jyf8p_KH-py3.9 (Activated)

and run poe commnd

>poetry run poe dev 

then print the env information,there is nothing output.

poetry env list
nat-n commented 11 months ago

Hi @lfygh, this is surprising, since poe does not have any capabilities for directly managing the virtualenv. Are you sure that's what happened?

If you can give more information about the context and how to reproduce this issue I'll try work out what's going on.

nat-n commented 10 months ago

I'm going to close this issue now because it's unclear if there's really any issue to be addressed here.