Quick Guide: Installing and Setting Up virtualenv
Here’s how to install virtualenv and troubleshoot if it doesn’t work initially. 1. Install virtualenv Using pip Run the following command to install virtualenv: pip install virtualenv You might see a message like: Defaulting to user installation because normal site-packages is not writeable This means virtualenv was installed in your user directory. 2....