Poetry 环境管理器
Poetry 是一个强大的 Python 环境管理器。
配置
ref https://python-poetry.org/docs/configuration
~/.config/pypoetry/config.toml
poetry config virtualenvs.in-project true
常用命令
poetry init
poetry new
poetry install
poetry add
poetry shell
最后更新:
May 7, 2023