Skip to content

Recommended flow for adding/removing files locally, pushing to server and updating on server #9410

Answered by radoering
codeananda asked this question in Q&A
Discussion options

You must be logged in to vote

Maybe I missed it in the docs, but it doesn't seem like these flows are made clear anywhere.

No, I do not think they are and I do not know if it makes sense to emphasize these workflows. I assume these are not the only possible workflows. There are so many subtly different use cases...

If my lock file is consistent with my pyproject.toml, why would I need to install anything?

There are three "things" that can be consistent or not:

  • pyproject.toml
  • poetry.lock
  • the environment where you install the packages

pyproject.toml and poetry.lock can be consistent without an environment. That is completely independent of which packages are installed. You have to install to make your environment …

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@radoering
Comment options

@codeananda
Comment options

@radoering
Comment options

Answer selected by codeananda
@codeananda
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants