Saturday, July 30, 2011

Re: tar xzvf Django-1.3.tar.gz

you should extract all the content to a folder. in windows you will need to extract it twice until u see some django folder files which you see ass setup.py
then from msdos prompt go to the folder..then run this command :
python setup.py install

assume your python path is set in windows machine.

you just need dig into the doc man..

On Jul 30, 2011 9:45 PM, "patt numero1" <ndkpatt@gmail.com> wrote:
> 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.
>

--
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