Feb. 18, 2022
2:26 p.m.
On Fri, Feb 18, 2022 at 01:18:55PM +1100, Chris Angelico wrote:
OR! You maintain your own requirements.txt manually, and always use 'pip install -r requirements.txt' when you change it.
That only works the first two times you use pip to install something. On the third time, you write a shell script to automate the process, and by the time you have finished debugging the script, the reason for creating the venv in the first place is no longer relevent. *wink* Isn't the issue here that pip is not a full package manager, but just an installer? -- Steve