You can get the C compiler using this:

https://github.com/kennethreitz/osx-gcc-installer

No need to install XCode.


Josh Finnie
----------------------------------
mobile: (860) 716-5996
home: (202) 657-5346


On Fri, Aug 2, 2013 at 10:50 AM, Larry Martell <larry.mart...@gmail.com>wrote:

> On Fri, Aug 2, 2013 at 8:41 AM, Sithembewena Lloyd Dube
> <zebr...@gmail.com> wrote:
> > Hi everyone,
> >
> > I just began using a new Mac at work (running OSX 10.8.2 Mountain Lion)
> and
> > it seems such a mission to install Django. Python 2.7.2. is already
> > installed. Following the official Django installation instructions, I
> get no
> > further than trying to get wget-> which I will ned to compile with a C
> > Compiler -> which I can get by downloading 1+ gigs of xCode. Really?
> >
> > Could somebody please point out a safe and straight-forward way to
> install
> > Django on Mountain Lion?
>
> For me it was as simple as:
>
> download from https://www.djangoproject.com/download/1.5/tarball/
> tar xzvf Django-1.5.tar.gz
> cd Django-1.5
> sudo python setup.py install
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to