$ apt-cache search django
But downloading django-1.2.5.tar.gz and extracting it using the tar -xvzf extraction, and running the setup.py command as root prepared the instrument for me..
$ tar -xvzf Django-1.2.5.tar.gz
$ cd Django-1.2.5
$ sudo gainroot # assumes gainroot is installed
# python setup.py install
To check if the installation has been successful.. just try out the get_version() at the python prompt..
$ python
>>> import django
>>> django.get_version()
1.2.5
Voila.. All set now just rock'n'roll!!!
No comments:
Post a Comment