Question
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?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×