Skip to content
Advertisement

Unable to locate package virtualenv in ubuntu-13 on a virtual-machine

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
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement