We know that on a server, we can install python, django, etc., and then run our django project. But why do you usually install virtualenv
:
yum --enablerepo=epel -y install python-virtualenv
then install these software packages in virtualenv
? Instead of installing these packages directly on the machine.