Y
Hacker News
new
|
ask
|
show
|
jobs
by
duskdozer
83 days ago
>people continued just using pip -r requirements.txt
What exactly is the issue with this?
1 comments
Smaug123
82 days ago
The requirements file isn't a lockfile: running that command at different times will give you different venvs.
link
duskdozer
80 days ago
Right, and that's expected.
link