Poetry Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


The file contains project dependencies.
The file contains project dependencies.


=Virtual Environments=
=Virtual Environments=


Poetry maintains its virtual environments under <code>~/Library/Caches/pypoetry/virtualenvs</code>
Poetry maintains its virtual environments under <code>~/Library/Caches/pypoetry/virtualenvs</code>

Revision as of 20:27, 3 November 2023

Internal

Overview

Poetry is a Python package management tool and an environment manager. Can be used to build and share packages.

pyproject.toml

The file contains project dependencies.

Virtual Environments

Poetry maintains its virtual environments under ~/Library/Caches/pypoetry/virtualenvs