Skip to content

Instantly share code, notes, and snippets.

@angelotrivelli
Last active July 15, 2023 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelotrivelli/47df55820ebd5901df3e57fd2b2ecfd8 to your computer and use it in GitHub Desktop.
Save angelotrivelli/47df55820ebd5901df3e57fd2b2ecfd8 to your computer and use it in GitHub Desktop.
poetry.toml file to force poetry to put venv in project root
[virtualenvs]
create = true
in-project = true
prefer-active-python = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment