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
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/Q4SKH4GS7K4XXFLG4FUCOXXOGYUZ4JZI/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to