How to install Django in Ubuntu 11.10
问题 I am very new to Ubuntu OS and Python as well. I want to install Django. But i dont have easy_install and I tried below command to install pip sudo apt-get install python-pip I got an error as below Unable to locate package python-pip I tried below command as well sudo apt-get install python-pip and i got error as below E: Package 'python-setuptools' has no installation candidate I am very confused in installing django, How to successfully install django 回答1: First update repositories sudo