Last active
July 15, 2023 16:41
-
-
Save angelotrivelli/47df55820ebd5901df3e57fd2b2ecfd8 to your computer and use it in GitHub Desktop.
poetry.toml file to force poetry to put venv in project root
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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