Unable to locate package virtualenv in ubuntu-13 on a virtual-machine
问题 When i try do the given code below: "sudo apt-get install virtualenv" the error given in response to the ubuntu-shell is: E: Unable to locate package virtualenv 回答1: The Ubuntu package is called python-virtualenv, not "virtualenv". 回答2: You need to add python before virtualenv because ubuntu package is python-virtualenv not virtualenv. sudo apt-get install python-virtualenv 回答3: It's also possible that you may not have run sudo apt-get update. It worked for me. 回答4: Try This : sudo apt-get