When i try to run the command:
sudo apt-get install virtualenv
The error I get in response is:
E: Unable to locate package virtualenv
Advertisement
Answer
Try This :
sudo apt-get install software-properties-common sudo apt-add-repository universe sudo apt-get update sudo apt-get install virtualenv