Reset your virtualenv to make sure your requirements.txt is updated
When your working with python and virtualenv, and multiple branches, sometimes your Virtualenv gets cluttered.
To make sure that you have only the packages from requirenments.txt, refresh the virtualenv with the following snippet
virtualenv --clear venv
And then install the requirements.txt again
Written by Alex Wolkov
Related protips
1 Response
Also check out: http://www.pypi-notifier.org/
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Python
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#