My advice, you can install easy_install and PIP first. To do that:
sudo apt-get python-setuptools

After that easy_install is automatically installed.
You can use this command:
easy_install pip

If you are familiar with django 1.3 you can do:
pip install django.
The command automatically installing the latest version.

if you want to work with earlier version, you can do:
pip install django==1.2.5

Python supposed to be has been installed together with OS, so you don't have
to installing it again.

This method will be a good start for you. You should explore pip more with:
pip --help

Nez

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to