virtualenv doesn't seem to work correctly on DigitalOcean droplet
After creating the droplet and installing virtualenv, it is not able to able to differentiate between different environments.
i.e the same packages are appearing for different environments (venv1 & venv2 contain same packages exclusively installed for venv1.
Is there something that might be causing this?