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?
|
|
|
I think this works with the latest
|
|||
|
|
|
I've found this snippet as an alternative solution. It's a more graceful removal of libraries than remaking the virtualenv:
|
|||
|
|
|
The quickest way is to remake the virtualenv completely. I'm assuming you have a requirements.txt file that matches production, if not:
|
|||
|
|