poetry使用 发表于 2024-05-05 poetry使用 12345poetry config virtualenvs.in-project truepoetry config --listpoetry show --treepoetry install 激活环境是 1source .venv/bin/activate 在IDE是添加已有的环境,而不是新建环境Existing 然后再执行一次 poetry install, 依赖就出来了