Re: tar xzvf Django-1.3.tar.gz

2011-07-30 Thread kenneth gonsalves
On Sat, 2011-07-30 at 06:44 -0700, patt numero1 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) &

Re: tar xzvf Django-1.3.tar.gz

2011-07-30 Thread Phang Mulianto
. you just need dig into the doc man.. On Jul 30, 2011 9:45 PM, "patt numero1" 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 pyth

Re: tar xzvf Django-1.3.tar.gz

2011-07-30 Thread patt numero1
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 wrote: &g

Re: tar xzvf Django-1.3.tar.gz

2011-07-30 Thread Bill Liao
m. 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 Dj

Re: tar xzvf Django-1.3.tar.gz

2011-07-30 Thread Stuart
tion 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 indicati

tar xzvf Django-1.3.tar.gz

2011-07-30 Thread Technical Writer
. 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