without haste but without rest

pip uninstall all 본문

ProgrammingLanguage/Python

pip uninstall all

JinungKim 2022. 3. 23. 18:57

https://stackoverflow.com/questions/11248073/what-is-the-easiest-way-to-remove-all-packages-installed-by-pip

 

What is the easiest way to remove all packages installed by pip?

I'm trying to fix up one of my virtualenvs - I'd like to reset all of the installed libraries back to the ones that match production. Is there a quick and easy way to do this with pip?

stackoverflow.com

 

Comments