Saturday, July 30, 2011

Re: tar xzvf Django-1.3.tar.gz

in your terminal>tar xzvf Django-1.3.tar.gz (to unzip your tar)
in your terminal>cd Django-1.3 (to move in the new directory created
by the tar)
in your terminal>sudo python setup.py install (to install django)

hope this helpful!!! ;-)

On Jul 30, 2:41 am, Technical Writer <wingman1...@gmail.com> wrote:
> Hello,all:
>     I am a technical writer here in China and right now I run into
> troube installing Django onto my Windows operation system. I have
> followed the steps in the instruction page at (https://www.djangoproject.com/download/) with Python 2.7 installed. Then I
> downloaded Django-1.3.tar.gz. and the instruction page tells me:
> ------------------------------------------
> tar xzvf Django-1.3.tar.gz
> cd Django-1.3
> sudo python setup.py install
> -----------------------------------------------
>
> How do I suppose to continue? Type in these words into Python shell?
> But there is indication that the syntax is wrong . I am totally
> confused here. Can anyone help?

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment