Closed
Description
I've been thinking about the usage of Pipfile
, and this question kept bugging me:
Is the Pipfile
for a project meant to be the same file used both for the dev and prod environments (and any other environment, like QA setups and such, if it applies)?
If yes, how do you do so?
In development, users will usually install one (or many) packages in editable mode, which doesn't match how it should be installed when in production.
Metadata
Metadata
Assignees
Labels
No labels