Skip to content

Instantly share code, notes, and snippets.

@mdalvi
Created May 9, 2024 07:38
Show Gist options
  • Save mdalvi/84b593d00eab41c2b97ae2c9041fcd62 to your computer and use it in GitHub Desktop.
Save mdalvi/84b593d00eab41c2b97ae2c9041fcd62 to your computer and use it in GitHub Desktop.
Poetry Environment Path Setup Guide
# credits: https://www.youtube.com/watch?v=0f3moPe_bhk&t=26s
poetry init
poetry env info
poetry env info -p
poetry config virtualenvs.in-project true
poetry install --no-root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment