What is the purpose of virtualenv inside dockang docker application? Python and other dependencies are already installed, but at the same time you need to install many packages using pip, so it seems that the conflict is still unclear.
Could you explain the concept?
EDIT: Also for example. I created virtualenv inside the docker docker application and recently installed pip freeze djangorestframeworkand added it to the one installed in settings.py, but it docker-compose upraises the error . No module named rest_framework.Checked, is everything .docker / virtual conflict correct ? May be?
user3475724
source
share